#[repr(u8)]pub enum KeyLen {
_256BITS = 0,
_128BITS = 1,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for KeyLen
impl Ord for KeyLen
Source§impl PartialOrd for KeyLen
impl PartialOrd for KeyLen
impl Copy for KeyLen
impl Eq for KeyLen
impl StructuralPartialEq for KeyLen
Auto Trait Implementations§
impl Freeze for KeyLen
impl RefUnwindSafe for KeyLen
impl Send for KeyLen
impl Sync for KeyLen
impl Unpin for KeyLen
impl UnwindSafe for KeyLen
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