#[repr(transparent)]pub struct DevicePairingProtectionLevel(pub i32);Expand description
Required features: ‘Devices_Enumeration’
Tuple Fields
0: i32Implementations
impl DevicePairingProtectionLevel
impl DevicePairingProtectionLevel
pub const Default: Self
pub const None: Self
pub const Encryption: Self
pub const EncryptionAndAuthentication: Self
Trait Implementations
impl Clone for DevicePairingProtectionLevel
impl Clone for DevicePairingProtectionLevel
impl Copy for DevicePairingProtectionLevel
Auto Trait Implementations
impl RefUnwindSafe for DevicePairingProtectionLevel
impl Send for DevicePairingProtectionLevel
impl Sync for DevicePairingProtectionLevel
impl Unpin for DevicePairingProtectionLevel
impl UnwindSafe for DevicePairingProtectionLevel
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