#[repr(transparent)]pub struct Sdramcr3(pub u32);Expand description
SDRAM Control Register 3
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Sdramcr3
impl Eq for Sdramcr3
impl StructuralPartialEq for Sdramcr3
Auto Trait Implementations§
impl Freeze for Sdramcr3
impl RefUnwindSafe for Sdramcr3
impl Send for Sdramcr3
impl Sync for Sdramcr3
impl Unpin for Sdramcr3
impl UnwindSafe for Sdramcr3
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