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