Struct stm32_metapac::ltdc::regs::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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)