Enum Obksize
#[repr(u8)]pub enum Obksize {
Bits32 = 0,
Bits64 = 1,
Bits128 = 2,
Bits256 = 3,
}Variants§
Bits32 = 0
Key size is 32 bits.
Bits64 = 1
Key size is 64 bits.
Bits128 = 2
Key size is 128 bits.
Bits256 = 3
Key size is 256 bits.
Implementations§
Trait Implementations§
impl Copy for Obksize
impl Eq for Obksize
§impl Ord for Obksize
impl Ord for Obksize
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Obksize
impl PartialOrd for Obksize
impl StructuralPartialEq for Obksize
Auto Trait Implementations§
impl Freeze for Obksize
impl RefUnwindSafe for Obksize
impl Send for Obksize
impl Sync for Obksize
impl Unpin for Obksize
impl UnsafeUnpin for Obksize
impl UnwindSafe for Obksize
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