#[repr(transparent)]pub struct Gptimer1ld(pub u32);Expand description
General Purpose Timer #1 Load
Tuple Fields§
§0: u32Implementations§
Source§impl Gptimer1ld
impl Gptimer1ld
Trait Implementations§
Source§impl Clone for Gptimer1ld
impl Clone for Gptimer1ld
Source§fn clone(&self) -> Gptimer1ld
fn clone(&self) -> Gptimer1ld
Returns a duplicate 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 Gptimer1ld
impl Debug for Gptimer1ld
Source§impl Default for Gptimer1ld
impl Default for Gptimer1ld
Source§fn default() -> Gptimer1ld
fn default() -> Gptimer1ld
Returns the “default value” for a type. Read more
Source§impl PartialEq for Gptimer1ld
impl PartialEq for Gptimer1ld
impl Copy for Gptimer1ld
impl Eq for Gptimer1ld
impl StructuralPartialEq for Gptimer1ld
Auto Trait Implementations§
impl Freeze for Gptimer1ld
impl RefUnwindSafe for Gptimer1ld
impl Send for Gptimer1ld
impl Sync for Gptimer1ld
impl Unpin for Gptimer1ld
impl UnwindSafe for Gptimer1ld
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