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