Struct stm32_metapac::dsihost::regs::Dpdl0srcr
#[repr(transparent)]pub struct Dpdl0srcr(pub u32);
Expand description
DSI D-PHY data lane 0 skew rate control register.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Dpdl0srcr
impl Eq for Dpdl0srcr
impl StructuralPartialEq for Dpdl0srcr
Auto Trait Implementations§
impl Freeze for Dpdl0srcr
impl RefUnwindSafe for Dpdl0srcr
impl Send for Dpdl0srcr
impl Sync for Dpdl0srcr
impl Unpin for Dpdl0srcr
impl UnwindSafe for Dpdl0srcr
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
)