#[repr(C)]pub struct prev_cputime {
pub utime: u64,
pub stime: u64,
pub lock: raw_spinlock,
pub __pad_20: [u8; 4],
}Fields§
§utime: u64§stime: u64§lock: raw_spinlock§__pad_20: [u8; 4]Trait Implementations§
Source§impl Clone for prev_cputime
impl Clone for prev_cputime
Source§fn clone(&self) -> prev_cputime
fn clone(&self) -> prev_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 prev_cputime
impl Debug for prev_cputime
Source§impl Default for prev_cputime
impl Default for prev_cputime
Source§fn default() -> prev_cputime
fn default() -> prev_cputime
Returns the “default value” for a type. Read more
impl Copy for prev_cputime
Auto Trait Implementations§
impl Freeze for prev_cputime
impl RefUnwindSafe for prev_cputime
impl Send for prev_cputime
impl Sync for prev_cputime
impl Unpin for prev_cputime
impl UnwindSafe for prev_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