#[repr(u8)]pub enum NkKey1 {
_128bits = 0,
_192bits = 1,
_256bits = 2,
_RESERVED_3 = 3,
}Variants§
_128bits = 0
128 bits key length.
_192bits = 1
192 bits key length.
_256bits = 2
256 bits key length.
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for NkKey1
impl Ord for NkKey1
Source§impl PartialOrd for NkKey1
impl PartialOrd for NkKey1
impl Copy for NkKey1
impl Eq for NkKey1
impl StructuralPartialEq for NkKey1
Auto Trait Implementations§
impl Freeze for NkKey1
impl RefUnwindSafe for NkKey1
impl Send for NkKey1
impl Sync for NkKey1
impl Unpin for NkKey1
impl UnwindSafe for NkKey1
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