Struct memmap::MmapOptions [] [src]

pub struct MmapOptions {
    pub stack: bool,
}

Fields

stack: bool

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

This option should only be used with anonymous memory maps.

Trait Implementations

impl PartialEq for MmapOptions
[src]

fn eq(&self, __arg_0: &MmapOptions) -> bool

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

fn ne(&self, __arg_0: &MmapOptions) -> bool

This method tests for !=.

impl Eq for MmapOptions
[src]

impl Default for MmapOptions
[src]

fn default() -> MmapOptions

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

impl Debug for MmapOptions
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for MmapOptions
[src]

impl Clone for MmapOptions
[src]

fn clone(&self) -> MmapOptions

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more