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