Enum memfd::HugetlbSize[][src]

pub enum HugetlbSize {
    Huge64KB,
    Huge512KB,
    Huge1MB,
    Huge2MB,
    Huge8MB,
    Huge16MB,
    Huge256MB,
    Huge1GB,
    Huge2GB,
    Huge16GB,
}

Page size for a hugetlb anonymous file.

Variants

64KB hugetlb page.

64KB hugetlb page.

1MB hugetlb page.

2MB hugetlb page.

8MB hugetlb page.

16MB hugetlb page.

256MB hugetlb page.

1GB hugetlb page.

2GB hugetlb page.

16GB hugetlb page.

Trait Implementations

impl Copy for HugetlbSize
[src]

impl Clone for HugetlbSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HugetlbSize
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for HugetlbSize

impl Sync for HugetlbSize