#[repr(u8)]pub enum KeySize {
Aes128 = 0,
Aes192 = 1,
Aes256 = 2,
}Expand description
Encryption Key Size
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for KeySize
impl Eq for KeySize
impl IsEnum for KeySize
impl StructuralPartialEq for KeySize
Auto Trait Implementations§
impl Freeze for KeySize
impl RefUnwindSafe for KeySize
impl Send for KeySize
impl Sync for KeySize
impl Unpin for KeySize
impl UnwindSafe for KeySize
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