Struct NwSubsetPersonalInfo
#[repr(C)]pub struct NwSubsetPersonalInfo {
pub network: NwPersonalInfo,
pub digit6: c_char,
pub digit7: c_char,
}Fields§
§network: NwPersonalInfoMCC and MNC network information.
digit6: c_charDigit 6 of the IMSI in ASCII character.
digit7: c_charDigit 7 of the IMSI in ASCII character.
Trait Implementations§
§impl Clone for NwSubsetPersonalInfo
impl Clone for NwSubsetPersonalInfo
§fn clone(&self) -> NwSubsetPersonalInfo
fn clone(&self) -> NwSubsetPersonalInfo
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 moreimpl Copy for NwSubsetPersonalInfo
Auto Trait Implementations§
impl Freeze for NwSubsetPersonalInfo
impl RefUnwindSafe for NwSubsetPersonalInfo
impl Send for NwSubsetPersonalInfo
impl Sync for NwSubsetPersonalInfo
impl Unpin for NwSubsetPersonalInfo
impl UnwindSafe for NwSubsetPersonalInfo
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