#[repr(transparent)]pub struct Timer0ctrl(pub u32);
Expand description
Controls the tick generator
Tuple Fields§
§0: u32
Implementations§
Source§impl Timer0ctrl
impl Timer0ctrl
Trait Implementations§
Source§impl Clone for Timer0ctrl
impl Clone for Timer0ctrl
Source§fn clone(&self) -> Timer0ctrl
fn clone(&self) -> Timer0ctrl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Timer0ctrl
impl Debug for Timer0ctrl
Source§impl Default for Timer0ctrl
impl Default for Timer0ctrl
Source§fn default() -> Timer0ctrl
fn default() -> Timer0ctrl
Returns the “default value” for a type. Read more
Source§impl PartialEq for Timer0ctrl
impl PartialEq for Timer0ctrl
impl Copy for Timer0ctrl
impl Eq for Timer0ctrl
impl StructuralPartialEq for Timer0ctrl
Auto Trait Implementations§
impl Freeze for Timer0ctrl
impl RefUnwindSafe for Timer0ctrl
impl Send for Timer0ctrl
impl Sync for Timer0ctrl
impl Unpin for Timer0ctrl
impl UnwindSafe for Timer0ctrl
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