pub struct DSI_TCCR0 { /* private fields */ }
Expand description
DSI Host Timeout Counter Configuration Register 0
Implementations§
Auto Trait Implementations§
impl !Freeze for DSI_TCCR0
impl !RefUnwindSafe for DSI_TCCR0
impl Send for DSI_TCCR0
impl !Sync for DSI_TCCR0
impl Unpin for DSI_TCCR0
impl UnwindSafe for DSI_TCCR0
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