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