#[repr(transparent)]pub struct Atper(pub u32);Expand description
Timer Period Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Atper
impl Eq for Atper
impl StructuralPartialEq for Atper
Auto Trait Implementations§
impl Freeze for Atper
impl RefUnwindSafe for Atper
impl Send for Atper
impl Sync for Atper
impl Unpin for Atper
impl UnwindSafe for Atper
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