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