pub trait SwapExt {
// Required methods
fn sin(&self) -> Option<Information>;
fn sout(&self) -> Option<Information>;
}
Expand description
Required Methods§
Sourcefn sin(&self) -> Option<Information>
fn sin(&self) -> Option<Information>
The cumulative amount of information the system has swapped in from disk.
Sourcefn sout(&self) -> Option<Information>
fn sout(&self) -> Option<Information>
The cumulative amount of information the system has swapped out from disk.