#[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 = Self(0i32)
pub const DisabledByGroupPolicy: Self = Self(1i32)
pub const DisabledByHardwareLimitation: Self = Self(2i32)
pub const DisabledByOperator: Self = Self(3i32)
pub const DisabledBySku: Self = Self(4i32)
pub const DisabledByRequiredAppNotInstalled: Self = Self(5i32)
pub const DisabledDueToUnknownCause: Self = Self(6i32)
pub const DisabledBySystemCapability: Self = Self(7i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more