Struct GsmInfo
#[repr(C)]pub struct GsmInfo {
pub cid: u32,
pub plmn: [c_char; 3],
pub lac: u16,
pub arfcn: u32,
pub bsic: u8,
}Fields§
§cid: u32§plmn: [c_char; 3]§lac: u16§arfcn: u32§bsic: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for GsmInfo
impl RefUnwindSafe for GsmInfo
impl Send for GsmInfo
impl Sync for GsmInfo
impl Unpin for GsmInfo
impl UnwindSafe for GsmInfo
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