#[repr(u8)]
pub enum KEYSIZE_A {
    _128BIT,
    _192BIT,
    _256BIT,
}Expand description
Encryption Key Size
Value on reset: 0
Variants
_128BIT
0: 128-bit Key for Encryption / Decryption
_192BIT
1: 192-bit Key for Encryption / Decryption
_256BIT
2: 256-bit Key for Encryption / Decryption
Trait Implementations
impl Copy for KEYSIZE_A
impl StructuralPartialEq for KEYSIZE_A
Auto Trait Implementations
impl RefUnwindSafe for KEYSIZE_A
impl Send for KEYSIZE_A
impl Sync for KEYSIZE_A
impl Unpin for KEYSIZE_A
impl UnwindSafe for KEYSIZE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more