Struct Sim1xNwType2PersonalInfo
#[repr(C)]pub struct Sim1xNwType2PersonalInfo {
pub irm_code: [c_char; 4],
}Fields§
§irm_code: [c_char; 4]First 4 digits of the IRM-based MIN of IMSI_M in ASCII characters.
Trait Implementations§
§impl Clone for Sim1xNwType2PersonalInfo
impl Clone for Sim1xNwType2PersonalInfo
§fn clone(&self) -> Sim1xNwType2PersonalInfo
fn clone(&self) -> Sim1xNwType2PersonalInfo
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 Sim1xNwType2PersonalInfo
Auto Trait Implementations§
impl Freeze for Sim1xNwType2PersonalInfo
impl RefUnwindSafe for Sim1xNwType2PersonalInfo
impl Send for Sim1xNwType2PersonalInfo
impl Sync for Sim1xNwType2PersonalInfo
impl Unpin for Sim1xNwType2PersonalInfo
impl UnwindSafe for Sim1xNwType2PersonalInfo
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