pub enum CIPHER_A {
DEC,
ENC,
}
Expand description
Cipher Mode
Value on reset: 0
Variants
DEC
0: Decryption
ENC
1: Encryption
Trait Implementations
impl Copy for CIPHER_A
impl StructuralPartialEq for CIPHER_A
Auto Trait Implementations
impl RefUnwindSafe for CIPHER_A
impl Send for CIPHER_A
impl Sync for CIPHER_A
impl Unpin for CIPHER_A
impl UnwindSafe for CIPHER_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