pub enum FlashSelection {
    Flash1,
    Flash2,
}Expand description
Flash bank selection
Variants§
Trait Implementations§
Source§impl Clone for FlashSelection
 
impl Clone for FlashSelection
Source§fn clone(&self) -> FlashSelection
 
fn clone(&self) -> FlashSelection
Returns a duplicate 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 From<FlashSelection> for bool
 
impl From<FlashSelection> for bool
Source§fn from(val: FlashSelection) -> Self
 
fn from(val: FlashSelection) -> Self
Converts to this type from the input type.
impl Copy for FlashSelection
Auto Trait Implementations§
impl Freeze for FlashSelection
impl RefUnwindSafe for FlashSelection
impl Send for FlashSelection
impl Sync for FlashSelection
impl Unpin for FlashSelection
impl UnwindSafe for FlashSelection
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