Struct RegStatusInfo
#[repr(C)]pub struct RegStatusInfo {
pub srv_status: ModemState,
pub tech_info: BearerTech,
}Fields§
§srv_status: ModemStateIdentifies the service state of the modem.
tech_info: BearerTechIdentifies the preferred technology type.
Trait Implementations§
§impl Clone for RegStatusInfo
impl Clone for RegStatusInfo
§fn clone(&self) -> RegStatusInfo
fn clone(&self) -> RegStatusInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RegStatusInfo
impl RefUnwindSafe for RegStatusInfo
impl Send for RegStatusInfo
impl Sync for RegStatusInfo
impl Unpin for RegStatusInfo
impl UnwindSafe for RegStatusInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more