Struct windows::Networking::NetworkOperators::TetheringCapability
#[repr(transparent)]pub struct TetheringCapability(pub i32);
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
§fn clone(&self) -> TetheringCapability
fn clone(&self) -> TetheringCapability
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 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
§fn eq(&self, other: &TetheringCapability) -> bool
fn eq(&self, other: &TetheringCapability) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
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
)