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