Struct windows_sys::Devices::Enumeration::DevicePairingKinds
[−]#[repr(transparent)]pub struct DevicePairingKinds(pub u32);
Expand description
Required features: "Devices_Enumeration"
Tuple Fields
0: u32
Implementations
impl DevicePairingKinds
impl DevicePairingKinds
pub const None: Self = Self(0u32)
pub const ConfirmOnly: Self = Self(1u32)
pub const DisplayPin: Self = Self(2u32)
pub const ProvidePin: Self = Self(4u32)
pub const ConfirmPinMatch: Self = Self(8u32)
pub const ProvidePasswordCredential: Self = Self(16u32)
Trait Implementations
impl Clone for DevicePairingKinds
impl Clone for DevicePairingKinds
impl Copy for DevicePairingKinds
Auto Trait Implementations
impl RefUnwindSafe for DevicePairingKinds
impl Send for DevicePairingKinds
impl Sync for DevicePairingKinds
impl Unpin for DevicePairingKinds
impl UnwindSafe for DevicePairingKinds
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