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