#[repr(C)]pub struct task_io_accounting {
pub rchar: u64,
pub wchar: u64,
pub syscr: u64,
pub syscw: u64,
pub read_bytes: u64,
pub write_bytes: u64,
pub cancelled_write_bytes: u64,
}Fields§
§rchar: u64§wchar: u64§syscr: u64§syscw: u64§read_bytes: u64§write_bytes: u64§cancelled_write_bytes: u64Trait Implementations§
Source§impl Clone for task_io_accounting
impl Clone for task_io_accounting
Source§fn clone(&self) -> task_io_accounting
fn clone(&self) -> task_io_accounting
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 task_io_accounting
impl Debug for task_io_accounting
Source§impl Default for task_io_accounting
impl Default for task_io_accounting
Source§fn default() -> task_io_accounting
fn default() -> task_io_accounting
Returns the “default value” for a type. Read more
impl Copy for task_io_accounting
Auto Trait Implementations§
impl Freeze for task_io_accounting
impl RefUnwindSafe for task_io_accounting
impl Send for task_io_accounting
impl Sync for task_io_accounting
impl Unpin for task_io_accounting
impl UnwindSafe for task_io_accounting
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