Struct stm32_metapac::spdifrx::regs::Fmt0Dr
#[repr(transparent)]pub struct Fmt0Dr(pub u32);
Expand description
FMT0 data input register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Fmt0Dr
impl Eq for Fmt0Dr
impl StructuralPartialEq for Fmt0Dr
Auto Trait Implementations§
impl Freeze for Fmt0Dr
impl RefUnwindSafe for Fmt0Dr
impl Send for Fmt0Dr
impl Sync for Fmt0Dr
impl Unpin for Fmt0Dr
impl UnwindSafe for Fmt0Dr
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
)