#[repr(C)]pub struct mss_ddr_diags_ {
pub train_time: u64,
pub num_retrains: u32,
pub padding: u32,
}
Expand description
//**
Fields§
§train_time: u64
§num_retrains: u32
§padding: u32
Trait Implementations§
Source§impl Clone for mss_ddr_diags_
impl Clone for mss_ddr_diags_
Source§fn clone(&self) -> mss_ddr_diags_
fn clone(&self) -> mss_ddr_diags_
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for mss_ddr_diags_
impl Debug for mss_ddr_diags_
impl Copy for mss_ddr_diags_
Auto Trait Implementations§
impl Freeze for mss_ddr_diags_
impl RefUnwindSafe for mss_ddr_diags_
impl Send for mss_ddr_diags_
impl Sync for mss_ddr_diags_
impl Unpin for mss_ddr_diags_
impl UnwindSafe for mss_ddr_diags_
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