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