Struct stm32_metapac::usart::regs::Cr3Usart
#[repr(transparent)]pub struct Cr3Usart(pub u32);
Expand description
Control register 3
Tuple Fields§
§0: u32
Implementations§
§impl Cr3Usart
impl Cr3Usart
pub fn set_onebit(&mut self, val: bool)
pub fn set_onebit(&mut self, val: bool)
One sample bit method enable
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
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
)