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