pub struct SDCMR { /* private fields */ }
Expand description
SDRAM Command Mode register
Implementations§
Auto Trait Implementations§
impl !Freeze for SDCMR
impl !RefUnwindSafe for SDCMR
impl Send for SDCMR
impl !Sync for SDCMR
impl Unpin for SDCMR
impl UnwindSafe for SDCMR
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