Enum imxrt_boot_gen::flexspi::Pads
source · #[repr(u8)]
pub enum Pads {
One,
Two,
Four,
Eight,
}
Expand description
Number of pads to use to execute the instruction
Variants
Trait Implementations
impl Copy for Pads
Auto Trait Implementations
impl RefUnwindSafe for Pads
impl Send for Pads
impl Sync for Pads
impl Unpin for Pads
impl UnwindSafe for Pads
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more