#[repr(transparent)]pub struct Memseqctrl(pub u32);Expand description
Memory Sequencer Control Register
Tuple Fields§
§0: u32Implementations§
Source§impl Memseqctrl
impl Memseqctrl
Trait Implementations§
Source§impl Clone for Memseqctrl
impl Clone for Memseqctrl
Source§fn clone(&self) -> Memseqctrl
fn clone(&self) -> Memseqctrl
Returns a duplicate 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 moreSource§impl Debug for Memseqctrl
impl Debug for Memseqctrl
Source§impl Default for Memseqctrl
impl Default for Memseqctrl
Source§fn default() -> Memseqctrl
fn default() -> Memseqctrl
Returns the “default value” for a type. Read more
Source§impl PartialEq for Memseqctrl
impl PartialEq for Memseqctrl
impl Copy for Memseqctrl
impl Eq for Memseqctrl
impl StructuralPartialEq for Memseqctrl
Auto Trait Implementations§
impl Freeze for Memseqctrl
impl RefUnwindSafe for Memseqctrl
impl Send for Memseqctrl
impl Sync for Memseqctrl
impl Unpin for Memseqctrl
impl UnwindSafe for Memseqctrl
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