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