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