#[repr(u8)]pub enum NkKey0 {
_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 NkKey0
impl Ord for NkKey0
Source§impl PartialOrd for NkKey0
impl PartialOrd for NkKey0
impl Copy for NkKey0
impl Eq for NkKey0
impl StructuralPartialEq for NkKey0
Auto Trait Implementations§
impl Freeze for NkKey0
impl RefUnwindSafe for NkKey0
impl Send for NkKey0
impl Sync for NkKey0
impl Unpin for NkKey0
impl UnwindSafe for NkKey0
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