Struct stm32_metapac::ltdc::regs::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
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
)