pub enum KEYGEN_A {
NONE,
LAST,
}
Expand description
Last Key Generation
Value on reset: 0
Variants
NONE
0: No effect
LAST
1: Start Computation of the last NK words of the expanded key
Trait Implementations
impl Copy for KEYGEN_A
impl StructuralPartialEq for KEYGEN_A
Auto Trait Implementations
impl RefUnwindSafe for KEYGEN_A
impl Send for KEYGEN_A
impl Sync for KEYGEN_A
impl Unpin for KEYGEN_A
impl UnwindSafe for KEYGEN_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