#[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