#[repr(transparent)]pub struct TetheringOperationStatus(pub i32);
Expand description
Required features: "Networking_NetworkOperators"
Tuple Fields
0: i32
Implementations
impl TetheringOperationStatus
impl TetheringOperationStatus
pub const Success: Self = Self(0i32)
pub const Unknown: Self = Self(1i32)
pub const MobileBroadbandDeviceOff: Self = Self(2i32)
pub const WiFiDeviceOff: Self = Self(3i32)
pub const EntitlementCheckTimeout: Self = Self(4i32)
pub const EntitlementCheckFailure: Self = Self(5i32)
pub const OperationInProgress: Self = Self(6i32)
pub const BluetoothDeviceOff: Self = Self(7i32)
pub const NetworkLimitedConnectivity: Self = Self(8i32)
Trait Implementations
impl Clone for TetheringOperationStatus
impl Clone for TetheringOperationStatus
impl Copy for TetheringOperationStatus
Auto Trait Implementations
impl RefUnwindSafe for TetheringOperationStatus
impl Send for TetheringOperationStatus
impl Sync for TetheringOperationStatus
impl Unpin for TetheringOperationStatus
impl UnwindSafe for TetheringOperationStatus
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