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