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