#[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 = Self(0i32)
pub const Unknown: Self = Self(1i32)
pub const OffEmpty: Self = Self(2i32)
pub const Off: Self = Self(3i32)
pub const Empty: Self = Self(4i32)
pub const NotReady: Self = Self(5i32)
pub const Active: Self = Self(6i32)
pub const Error: Self = Self(7i32)
pub const ActiveEsim: Self = Self(8i32)
pub const ActiveEsimNoProfile: Self = Self(9i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more