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