Struct mimxrt500_hal::bootrom::FlexSpiDllTime
source · #[repr(C)]pub struct FlexSpiDllTime {
pub time_100ps: u8,
pub delay_cells: u8,
}Fields§
§time_100ps: u8Data valid time, in terms of 100ps.
delay_cells: u8Data valid time, in terms of delay cells.
Trait Implementations§
source§impl Clone for FlexSpiDllTime
impl Clone for FlexSpiDllTime
source§fn clone(&self) -> FlexSpiDllTime
fn clone(&self) -> FlexSpiDllTime
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 moreimpl Copy for FlexSpiDllTime
Auto Trait Implementations§
impl RefUnwindSafe for FlexSpiDllTime
impl Send for FlexSpiDllTime
impl Sync for FlexSpiDllTime
impl Unpin for FlexSpiDllTime
impl UnwindSafe for FlexSpiDllTime
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