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