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