Struct stm32_metapac::ltdc::regs::Twcr
#[repr(transparent)]pub struct Twcr(pub u32);
Expand description
Total Width Configuration Register
Tuple Fields§
§0: u32
Implementations§
§impl Twcr
impl Twcr
pub fn set_totalh(&mut self, val: u16)
pub fn set_totalh(&mut self, val: u16)
Total Height (in units of horizontal scan line)
pub fn set_totalw(&mut self, val: u16)
pub fn set_totalw(&mut self, val: u16)
Total Width (in units of pixel clock period)
Trait Implementations§
impl Copy for Twcr
impl Eq for Twcr
impl StructuralPartialEq for Twcr
Auto Trait Implementations§
impl Freeze for Twcr
impl RefUnwindSafe for Twcr
impl Send for Twcr
impl Sync for Twcr
impl Unpin for Twcr
impl UnwindSafe for Twcr
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
)