#[repr(transparent)]pub struct MobileBroadbandModemStatus(pub i32);Expand description
Required features: "Networking_NetworkOperators"
Tuple Fields
0: i32Implementations
impl MobileBroadbandModemStatus
impl MobileBroadbandModemStatus
pub const Success: Self = Self(0i32)
pub const OtherFailure: Self = Self(1i32)
pub const Busy: Self = Self(2i32)
pub const NoDeviceSupport: Self = Self(3i32)
Trait Implementations
impl Clone for MobileBroadbandModemStatus
impl Clone for MobileBroadbandModemStatus
impl Copy for MobileBroadbandModemStatus
Auto Trait Implementations
impl RefUnwindSafe for MobileBroadbandModemStatus
impl Send for MobileBroadbandModemStatus
impl Sync for MobileBroadbandModemStatus
impl Unpin for MobileBroadbandModemStatus
impl UnwindSafe for MobileBroadbandModemStatus
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