Struct NwSpPersonalInfo
#[repr(C)]pub struct NwSpPersonalInfo {
pub network: NwPersonalInfo,
pub gid1: u8,
}Fields§
§network: NwPersonalInfoMCC and MNC network information.
gid1: u8Service provider code found in GID1.
Trait Implementations§
§impl Clone for NwSpPersonalInfo
impl Clone for NwSpPersonalInfo
§fn clone(&self) -> NwSpPersonalInfo
fn clone(&self) -> NwSpPersonalInfo
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 NwSpPersonalInfo
Auto Trait Implementations§
impl Freeze for NwSpPersonalInfo
impl RefUnwindSafe for NwSpPersonalInfo
impl Send for NwSpPersonalInfo
impl Sync for NwSpPersonalInfo
impl Unpin for NwSpPersonalInfo
impl UnwindSafe for NwSpPersonalInfo
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