Trait SwapExt

Source
pub trait SwapExt {
    // Required methods
    fn sin(&self) -> Option<Information>;
    fn sout(&self) -> Option<Information>;
}
Expand description

OS-specific extension to Swap.

§Compatibility

Applicable for all supported platforms except Windows.

Required Methods§

Source

fn sin(&self) -> Option<Information>

The cumulative amount of information the system has swapped in from disk.

Source

fn sout(&self) -> Option<Information>

The cumulative amount of information the system has swapped out from disk.

Implementors§