pub enum Startmodeselect {
    Manual = 0,
    Auto = 1,
}Expand description
Start Mode Select
Value on reset: 0
Variants§
Manual = 0
0: Start Encryption / Decryption in Manual mode
Auto = 1
1: Start Encryption / Decryption in Auto mode
Trait Implementations§
Source§impl Clone for Startmodeselect
 
impl Clone for Startmodeselect
Source§fn clone(&self) -> Startmodeselect
 
fn clone(&self) -> Startmodeselect
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 Startmodeselect
 
impl Debug for Startmodeselect
Source§impl From<Startmodeselect> for bool
 
impl From<Startmodeselect> for bool
Source§fn from(variant: Startmodeselect) -> Self
 
fn from(variant: Startmodeselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Startmodeselect
 
impl PartialEq for Startmodeselect
impl Copy for Startmodeselect
impl Eq for Startmodeselect
impl StructuralPartialEq for Startmodeselect
Auto Trait Implementations§
impl Freeze for Startmodeselect
impl RefUnwindSafe for Startmodeselect
impl Send for Startmodeselect
impl Sync for Startmodeselect
impl Unpin for Startmodeselect
impl UnwindSafe for Startmodeselect
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