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