#[repr(C)]pub struct MemSet {
pub reg_nr: u32,
pub value: u32,
}Expand description
Represents memory setting values used to train DDR.
Fields§
§reg_nr: u32§value: u32Implementations§
Trait Implementations§
impl Copy for MemSet
impl Eq for MemSet
impl StructuralPartialEq for MemSet
Auto Trait Implementations§
impl Freeze for MemSet
impl RefUnwindSafe for MemSet
impl Send for MemSet
impl Sync for MemSet
impl Unpin for MemSet
impl UnwindSafe for MemSet
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