[][src]Trait heim::memory::os::SwapExt

pub trait SwapExt {
    fn sin(&self) -> Option<Information>;
fn sout(&self) -> Option<Information>; }

OS-specific extension to Swap.

Compatibility

Applicable for all supported platforms except Windows.

Required methods

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

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

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

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

Loading content...

Implementors

impl SwapExt for Swap[src]

Loading content...