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