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