#[repr(C)]pub struct elog_time_stamp_t {
pub cpu: u64_,
pub os_nsec: u64_,
}Fields§
§cpu: u64_§os_nsec: u64_Trait Implementations§
Source§impl Clone for elog_time_stamp_t
impl Clone for elog_time_stamp_t
Source§fn clone(&self) -> elog_time_stamp_t
fn clone(&self) -> elog_time_stamp_t
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 elog_time_stamp_t
impl Debug for elog_time_stamp_t
Source§impl Default for elog_time_stamp_t
impl Default for elog_time_stamp_t
Source§fn default() -> elog_time_stamp_t
fn default() -> elog_time_stamp_t
Returns the “default value” for a type. Read more
impl Copy for elog_time_stamp_t
Auto Trait Implementations§
impl Freeze for elog_time_stamp_t
impl RefUnwindSafe for elog_time_stamp_t
impl Send for elog_time_stamp_t
impl Sync for elog_time_stamp_t
impl Unpin for elog_time_stamp_t
impl UnsafeUnpin for elog_time_stamp_t
impl UnwindSafe for elog_time_stamp_t
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