#[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 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 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
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
)