#[repr(transparent)]pub struct TetheringCapability(pub i32);
Expand description
Required features: ‘Networking_NetworkOperators’
Tuple Fields
0: i32
Implementations
impl TetheringCapability
impl TetheringCapability
pub const Enabled: Self
pub const DisabledByGroupPolicy: Self
pub const DisabledByHardwareLimitation: Self
pub const DisabledByOperator: Self
pub const DisabledBySku: Self
pub const DisabledByRequiredAppNotInstalled: Self
pub const DisabledDueToUnknownCause: Self
pub const DisabledBySystemCapability: Self
Trait Implementations
impl Clone for TetheringCapability
impl Clone for TetheringCapability
impl Copy for TetheringCapability
Auto Trait Implementations
impl RefUnwindSafe for TetheringCapability
impl Send for TetheringCapability
impl Sync for TetheringCapability
impl Unpin for TetheringCapability
impl UnwindSafe for TetheringCapability
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more