Enum std::os::MapError

pub enum MapError {
    ErrFdNotAvail,
    ErrInvalidFd,
    ErrUnaligned,
    ErrNoMapSupport,
    ErrNoMem,
    ErrUnknown(c_int),
    ErrUnsupProt,
    ErrUnsupOffset,
    ErrAlreadyExists,
    ErrVirtualAlloc(uint),
    ErrCreateFileMappingW(uint),
    ErrMapViewOfFile(uint),
}

Trait Implementations

impl ToStr for MapError

fn to_str(&self) -> ~str

Converts the value of self to an owned string