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