[][src]Trait heim_memory::os::SwapExt

pub trait SwapExt {
    pub fn sin(&self) -> Option<Information>;
pub fn sout(&self) -> Option<Information>; }
This is supported on non-Windows only.

OS-specific extension to Swap.

Compatibility

Applicable for all supported platforms except Windows.

Required methods

pub fn sin(&self) -> Option<Information>[src]

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

pub fn sout(&self) -> Option<Information>[src]

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

Loading content...

Implementors

impl SwapExt for Swap[src]

Loading content...