Struct rp_pac::ticks::regs::Timer1ctrl
source · #[repr(transparent)]pub struct Timer1ctrl(pub u32);
Expand description
Controls the tick generator
Tuple Fields§
§0: u32
Implementations§
source§impl Timer1ctrl
impl Timer1ctrl
Trait Implementations§
source§impl Clone for Timer1ctrl
impl Clone for Timer1ctrl
source§fn clone(&self) -> Timer1ctrl
fn clone(&self) -> Timer1ctrl
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 Default for Timer1ctrl
impl Default for Timer1ctrl
source§fn default() -> Timer1ctrl
fn default() -> Timer1ctrl
Returns the “default value” for a type. Read more
source§impl PartialEq for Timer1ctrl
impl PartialEq for Timer1ctrl
impl Copy for Timer1ctrl
impl Eq for Timer1ctrl
impl StructuralPartialEq for Timer1ctrl
Auto Trait Implementations§
impl Freeze for Timer1ctrl
impl RefUnwindSafe for Timer1ctrl
impl Send for Timer1ctrl
impl Sync for Timer1ctrl
impl Unpin for Timer1ctrl
impl UnwindSafe for Timer1ctrl
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)