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