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