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