#[repr(transparent)]pub struct MobileBroadbandSlotState(pub i32);
Expand description
Required features: ‘Networking_NetworkOperators’
Tuple Fields
0: i32
Implementations
impl MobileBroadbandSlotState
impl MobileBroadbandSlotState
pub const Unmanaged: Self
pub const Unknown: Self
pub const OffEmpty: Self
pub const Off: Self
pub const Empty: Self
pub const NotReady: Self
pub const Active: Self
pub const Error: Self
pub const ActiveEsim: Self
pub const ActiveEsimNoProfile: Self
Trait Implementations
impl Clone for MobileBroadbandSlotState
impl Clone for MobileBroadbandSlotState
impl Copy for MobileBroadbandSlotState
Auto Trait Implementations
impl RefUnwindSafe for MobileBroadbandSlotState
impl Send for MobileBroadbandSlotState
impl Sync for MobileBroadbandSlotState
impl Unpin for MobileBroadbandSlotState
impl UnwindSafe for MobileBroadbandSlotState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more