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