Struct MEASURED_LATENCY
#[repr(C, packed(1))]pub struct MEASURED_LATENCY {
pub Trim3: u16,
pub Write3: u16,
pub Read3: u16,
pub Trim2: u16,
pub Write2: u16,
pub Read2: u16,
pub Trim1: u16,
pub Write1: u16,
pub Read1: u16,
pub Trim0: u16,
pub Write0: u16,
pub Read0: u16,
}
Fields§
§Trim3: u16
§Write3: u16
§Read3: u16
§Trim2: u16
§Write2: u16
§Read2: u16
§Trim1: u16
§Write1: u16
§Read1: u16
§Trim0: u16
§Write0: u16
§Read0: u16
Trait Implementations§
§impl Clone for MEASURED_LATENCY
impl Clone for MEASURED_LATENCY
§fn clone(&self) -> MEASURED_LATENCY
fn clone(&self) -> MEASURED_LATENCY
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 MEASURED_LATENCY
Auto Trait Implementations§
impl Freeze for MEASURED_LATENCY
impl RefUnwindSafe for MEASURED_LATENCY
impl Send for MEASURED_LATENCY
impl Sync for MEASURED_LATENCY
impl Unpin for MEASURED_LATENCY
impl UnwindSafe for MEASURED_LATENCY
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