Struct memmap::MmapOptions [] [src]

pub struct MmapOptions {
    pub stack: bool,
}

Fields

stack

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

This option should only be used with anonymous memory maps.

Trait Implementations

Derived Implementations

impl PartialEq for MmapOptions

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

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

impl Eq for MmapOptions

impl Default for MmapOptions

fn default() -> MmapOptions

impl Debug for MmapOptions

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

impl Copy for MmapOptions

impl Clone for MmapOptions

fn clone(&self) -> MmapOptions

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