Struct LteInfo
#[repr(C)]pub struct LteInfo {
pub cid: u32,
pub plmn: [c_char; 3],
pub tac: u16,
pub pci: u16,
pub earfcn: u32,
}Fields§
§cid: u32§plmn: [c_char; 3]§tac: u16§pci: u16§earfcn: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for LteInfo
impl RefUnwindSafe for LteInfo
impl Send for LteInfo
impl Sync for LteInfo
impl Unpin for LteInfo
impl UnwindSafe for LteInfo
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