Struct TetheringCapability
#[repr(transparent)]pub struct TetheringCapability(pub i32);Tuple Fields§
§0: i32Implementations§
§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
§fn clone(&self) -> TetheringCapability
fn clone(&self) -> TetheringCapability
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 TetheringCapability
impl Debug for TetheringCapability
§impl Default for TetheringCapability
impl Default for TetheringCapability
§fn default() -> TetheringCapability
fn default() -> TetheringCapability
Returns the “default value” for a type. Read more
§impl PartialEq for TetheringCapability
impl PartialEq for TetheringCapability
impl Copy for TetheringCapability
impl Eq for TetheringCapability
impl StructuralPartialEq for TetheringCapability
Auto Trait Implementations§
impl Freeze for TetheringCapability
impl RefUnwindSafe for TetheringCapability
impl Send for TetheringCapability
impl Sync for TetheringCapability
impl Unpin for TetheringCapability
impl UnwindSafe for TetheringCapability
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