#[repr(u8)]pub enum NkKey0 {
_128BITS = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
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