pub enum FlashInterface {
Standard,
Dual,
Quad,
Octa,
}
Expand description
Flash interface type
Variants§
Trait Implementations§
Source§impl Clone for FlashInterface
impl Clone for FlashInterface
Source§fn clone(&self) -> FlashInterface
fn clone(&self) -> FlashInterface
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 moreimpl Copy for FlashInterface
Auto Trait Implementations§
impl Freeze for FlashInterface
impl RefUnwindSafe for FlashInterface
impl Send for FlashInterface
impl Sync for FlashInterface
impl Unpin for FlashInterface
impl UnwindSafe for FlashInterface
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