pub enum Cipherselect {
Dec = 0,
Enc = 1,
}
Expand description
Cipher Mode
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Cipherselect
impl Clone for Cipherselect
Source§fn clone(&self) -> Cipherselect
fn clone(&self) -> Cipherselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Cipherselect
impl Debug for Cipherselect
Source§impl PartialEq for Cipherselect
impl PartialEq for Cipherselect
impl Copy for Cipherselect
impl Eq for Cipherselect
impl StructuralPartialEq for Cipherselect
Auto Trait Implementations§
impl Freeze for Cipherselect
impl RefUnwindSafe for Cipherselect
impl Send for Cipherselect
impl Sync for Cipherselect
impl Unpin for Cipherselect
impl UnwindSafe for Cipherselect
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