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