Enum dpdk_unix::HugePageSize [] [src]

#[repr(u64)]
pub enum HugePageSize { _1MB, _2MB, _4MB, _16MB, _256MB, _512MB, _1GB, _2GB, _16GB, }

Variants

Methods

impl HugePageSize
[src]

impl HugePageSize
[src]

PotentiallySupportedHugePageSizesLargestFirst: [HugePageSize; 9] = [HugePageSize::_16GB, HugePageSize::_2GB, HugePageSize::_1GB,
 HugePageSize::_512MB, HugePageSize::_256MB, HugePageSize::_16MB,
 HugePageSize::_4MB, HugePageSize::_2MB, HugePageSize::_1MB]

Trait Implementations

impl Debug for HugePageSize
[src]

Formats the value using the given formatter.

impl Copy for HugePageSize
[src]

impl Clone for HugePageSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for HugePageSize
[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 HugePageSize
[src]

impl PartialOrd for HugePageSize
[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 HugePageSize
[src]

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

impl Hash for HugePageSize
[src]

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

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