pub enum LinkKeyType {
Combinationkey = 0,
LocalUnitkey = 1,
RemoteUnitkey = 2,
DebugCombinationkey = 3,
UnauthenticatedCombinationkeyfromP192 = 4,
AuthenticatedCombinationkeyfromP192 = 5,
ChangedCombinationkey = 6,
UnauthenticatedCombinationkeyfromP256 = 7,
AuthenticatedCombinationkeyfromP256 = 8,
}
Variants§
Combinationkey = 0
LocalUnitkey = 1
RemoteUnitkey = 2
DebugCombinationkey = 3
UnauthenticatedCombinationkeyfromP192 = 4
AuthenticatedCombinationkeyfromP192 = 5
ChangedCombinationkey = 6
UnauthenticatedCombinationkeyfromP256 = 7
AuthenticatedCombinationkeyfromP256 = 8
Trait Implementations§
Source§impl Clone for LinkKeyType
impl Clone for LinkKeyType
Source§fn clone(&self) -> LinkKeyType
fn clone(&self) -> LinkKeyType
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 moreSource§impl Debug for LinkKeyType
impl Debug for LinkKeyType
Source§impl Pack for LinkKeyType
impl Pack for LinkKeyType
Auto Trait Implementations§
impl Freeze for LinkKeyType
impl RefUnwindSafe for LinkKeyType
impl Send for LinkKeyType
impl Sync for LinkKeyType
impl Unpin for LinkKeyType
impl UnwindSafe for LinkKeyType
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