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