Struct TetheringOperationStatus
#[repr(transparent)]pub struct TetheringOperationStatus(pub i32);Tuple Fields§
§0: i32Implementations§
§impl TetheringOperationStatus
impl TetheringOperationStatus
pub const Success: Self
pub const Unknown: Self
pub const MobileBroadbandDeviceOff: Self
pub const WiFiDeviceOff: Self
pub const EntitlementCheckTimeout: Self
pub const EntitlementCheckFailure: Self
pub const OperationInProgress: Self
pub const BluetoothDeviceOff: Self
pub const NetworkLimitedConnectivity: Self
pub const AlreadyOn: Self
pub const RadioRestriction: Self
pub const BandInterference: Self
Trait Implementations§
§impl Clone for TetheringOperationStatus
impl Clone for TetheringOperationStatus
§fn clone(&self) -> TetheringOperationStatus
fn clone(&self) -> TetheringOperationStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for TetheringOperationStatus
impl Debug for TetheringOperationStatus
§impl Default for TetheringOperationStatus
impl Default for TetheringOperationStatus
§fn default() -> TetheringOperationStatus
fn default() -> TetheringOperationStatus
Returns the “default value” for a type. Read more
§impl PartialEq for TetheringOperationStatus
impl PartialEq for TetheringOperationStatus
impl Copy for TetheringOperationStatus
impl Eq for TetheringOperationStatus
impl StructuralPartialEq for TetheringOperationStatus
Auto Trait Implementations§
impl Freeze for TetheringOperationStatus
impl RefUnwindSafe for TetheringOperationStatus
impl Send for TetheringOperationStatus
impl Sync for TetheringOperationStatus
impl Unpin for TetheringOperationStatus
impl UnwindSafe for TetheringOperationStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more