Struct memmap::MmapOptions [] [src]

pub struct MmapOptions {
    pub stack: bool,
}

Fields

Indicates that the memory map should be suitable for a stack.

This option should only be used with anonymous memory maps.

Trait Implementations

impl Clone for MmapOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MmapOptions
[src]

impl Debug for MmapOptions
[src]

Formats the value using the given formatter.

impl Default for MmapOptions
[src]

Returns the "default value" for a type. Read more

impl Eq for MmapOptions
[src]

impl PartialEq for MmapOptions
[src]

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

This method tests for !=.