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