Struct dpdk_unix::android_linux::resourceLimits::SoftAndHardResourceLimit [] [src]

pub struct SoftAndHardResourceLimit { /* fields omitted */ }

Methods

impl SoftAndHardResourceLimit
[src]

BothInfinite: SoftAndHardResourceLimit = SoftAndHardResourceLimit{soft: ResourceLimit::Infinite,
                         hard: ResourceLimit::Infinite,}

BothZero: SoftAndHardResourceLimit = SoftAndHardResourceLimit{soft: ResourceLimit::Finite(0),
                         hard: ResourceLimit::Finite(0),}

Trait Implementations

impl Debug for SoftAndHardResourceLimit
[src]

Formats the value using the given formatter.

impl Copy for SoftAndHardResourceLimit
[src]

impl Clone for SoftAndHardResourceLimit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SoftAndHardResourceLimit
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SoftAndHardResourceLimit
[src]

impl PartialOrd for SoftAndHardResourceLimit
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for SoftAndHardResourceLimit
[src]

This method returns an Ordering between self and other. Read more

impl Hash for SoftAndHardResourceLimit
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more