#[repr(transparent)]pub struct TetheringOperationStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§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 copy 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
§fn eq(&self, other: &TetheringOperationStatus) -> bool
fn eq(&self, other: &TetheringOperationStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)