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