#[repr(C)]pub struct mss_ddr_write_calibration_ {
pub status_lower: u32,
pub lower: [u32; 5],
pub lane_calib_result: u32,
}
Expand description
//**
Fields§
§status_lower: u32
§lower: [u32; 5]
§lane_calib_result: u32
Trait Implementations§
Source§impl Clone for mss_ddr_write_calibration_
impl Clone for mss_ddr_write_calibration_
Source§fn clone(&self) -> mss_ddr_write_calibration_
fn clone(&self) -> mss_ddr_write_calibration_
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_write_calibration_
impl Debug for mss_ddr_write_calibration_
impl Copy for mss_ddr_write_calibration_
Auto Trait Implementations§
impl Freeze for mss_ddr_write_calibration_
impl RefUnwindSafe for mss_ddr_write_calibration_
impl Send for mss_ddr_write_calibration_
impl Sync for mss_ddr_write_calibration_
impl Unpin for mss_ddr_write_calibration_
impl UnwindSafe for mss_ddr_write_calibration_
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