pub enum LOD_A {
NONE,
LAST,
}
Expand description
Last Output Data Mode
Value on reset: 0
Variants
NONE
0: No effect
LAST
1: Start encryption in Last Output Data mode
Trait Implementations
impl Copy for LOD_A
impl StructuralPartialEq for LOD_A
Auto Trait Implementations
impl RefUnwindSafe for LOD_A
impl Send for LOD_A
impl Sync for LOD_A
impl Unpin for LOD_A
impl UnwindSafe for LOD_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