Struct unix::err::OsErr[][src]

pub struct OsErr(pub usize);

Methods

impl OsErr
[src]

Trait Implementations

impl Clone for OsErr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OsErr
[src]

impl PartialEq for OsErr
[src]

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

This method tests for !=.

impl Eq for OsErr
[src]

impl Debug for OsErr
[src]

Formats the value using the given formatter. Read more

impl From<usize> for OsErr
[src]

Performs the conversion.

impl From<EndOfFile> for OsErr
[src]

Performs the conversion.

impl From<NoMemory> for OsErr
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for OsErr

impl Sync for OsErr