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