Enum mimxrt500_hal::bootrom::FlexspiPad
source · #[repr(u8)]pub enum FlexspiPad {
FLEXSPI_1PAD,
FLEXSPI_2PAD,
FLEXSPI_4PAD,
FLEXSPI_8PAD,
}Variants§
Trait Implementations§
source§impl Clone for FlexspiPad
impl Clone for FlexspiPad
source§fn clone(&self) -> FlexspiPad
fn clone(&self) -> FlexspiPad
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 PartialEq<FlexspiPad> for FlexspiPad
impl PartialEq<FlexspiPad> for FlexspiPad
source§fn eq(&self, other: &FlexspiPad) -> bool
fn eq(&self, other: &FlexspiPad) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for FlexspiPad
impl Eq for FlexspiPad
impl StructuralEq for FlexspiPad
impl StructuralPartialEq for FlexspiPad
Auto Trait Implementations§
impl RefUnwindSafe for FlexspiPad
impl Send for FlexspiPad
impl Sync for FlexspiPad
impl Unpin for FlexspiPad
impl UnwindSafe for FlexspiPad
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