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 Clone for MmapOptions[src]
fn clone(&self) -> MmapOptions[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for MmapOptions[src]
impl Debug for MmapOptions[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Default for MmapOptions[src]
fn default() -> MmapOptions[src]
Returns the "default value" for a type. Read more
impl Eq for MmapOptions[src]
impl PartialEq for MmapOptions[src]
fn eq(&self, __arg_0: &MmapOptions) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &MmapOptions) -> bool[src]
This method tests for !=.