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