Struct Whpcr
#[repr(transparent)]pub struct Whpcr(pub u32);
Expand description
Layerx Window Horizontal Position Configuration Register
Tuple Fields§
§0: u32
Implementations§
§impl Whpcr
impl Whpcr
pub fn set_whstpos(&mut self, val: u16)
pub fn set_whstpos(&mut self, val: u16)
Window Horizontal Start Position
pub fn set_whsppos(&mut self, val: u16)
pub fn set_whsppos(&mut self, val: u16)
Window Horizontal Stop Position
Trait Implementations§
impl Copy for Whpcr
impl Eq for Whpcr
impl StructuralPartialEq for Whpcr
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