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