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