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