#[repr(transparent)]pub struct NetworkDeviceStatus(pub i32);
Expand description
Required features: "Networking_NetworkOperators"
Tuple Fields
0: i32
Implementations
impl NetworkDeviceStatus
impl NetworkDeviceStatus
pub const DeviceNotReady: Self = Self(0i32)
pub const DeviceReady: Self = Self(1i32)
pub const SimNotInserted: Self = Self(2i32)
pub const BadSim: Self = Self(3i32)
pub const DeviceHardwareFailure: Self = Self(4i32)
pub const AccountNotActivated: Self = Self(5i32)
pub const DeviceLocked: Self = Self(6i32)
pub const DeviceBlocked: Self = Self(7i32)
Trait Implementations
impl Clone for NetworkDeviceStatus
impl Clone for NetworkDeviceStatus
impl Copy for NetworkDeviceStatus
Auto Trait Implementations
impl RefUnwindSafe for NetworkDeviceStatus
impl Send for NetworkDeviceStatus
impl Sync for NetworkDeviceStatus
impl Unpin for NetworkDeviceStatus
impl UnwindSafe for NetworkDeviceStatus
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