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