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

pub trait SwapExt {
    fn sin(
        &self
    ) -> Option<Quantity<dyn Dimension<T = Z0, N = Z0, I = Z0, L = Z0, J = Z0, Th = Z0, Kind = dyn InformationKind + 'static, M = Z0> + 'static, dyn Units<u64, luminous_intensity = candela, length = meter, electric_current = ampere, thermodynamic_temperature = kelvin, mass = kilogram, amount_of_substance = mole, time = second> + 'static, u64>>;
fn sout(
        &self
    ) -> Option<Quantity<dyn Dimension<T = Z0, N = Z0, I = Z0, L = Z0, J = Z0, Th = Z0, Kind = dyn InformationKind + 'static, M = Z0> + 'static, dyn Units<u64, luminous_intensity = candela, length = meter, electric_current = ampere, thermodynamic_temperature = kelvin, mass = kilogram, amount_of_substance = mole, time = second> + 'static, u64>>; }

OS-specific extension to Swap.

Compatibility

Applicable for all supported platforms except Windows.

Required methods

fn sin(
    &self
) -> Option<Quantity<dyn Dimension<T = Z0, N = Z0, I = Z0, L = Z0, J = Z0, Th = Z0, Kind = dyn InformationKind + 'static, M = Z0> + 'static, dyn Units<u64, luminous_intensity = candela, length = meter, electric_current = ampere, thermodynamic_temperature = kelvin, mass = kilogram, amount_of_substance = mole, time = second> + 'static, u64>>

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

fn sout(
    &self
) -> Option<Quantity<dyn Dimension<T = Z0, N = Z0, I = Z0, L = Z0, J = Z0, Th = Z0, Kind = dyn InformationKind + 'static, M = Z0> + 'static, dyn Units<u64, luminous_intensity = candela, length = meter, electric_current = ampere, thermodynamic_temperature = kelvin, mass = kilogram, amount_of_substance = mole, time = second> + 'static, u64>>

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

Loading content...

Implementors

impl SwapExt for Swap[src]

Loading content...