pub struct WVPCR { /* private fields */ }
Expand description
Layerx Window Vertical Position Configuration Register
Implementations§
Auto Trait Implementations§
impl !Freeze for WVPCR
impl !RefUnwindSafe for WVPCR
impl Send for WVPCR
impl !Sync for WVPCR
impl Unpin for WVPCR
impl UnwindSafe for WVPCR
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