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