Struct mioco::RW [] [src]

pub struct RW {
    // some fields omitted
}

Read/Write/Both/None

Methods

impl RW
[src]

fn read() -> Self

Read.

fn write() -> Self

Write

fn both() -> Self

Read + Write

Trait Implementations

impl PartialEq for RW
[src]

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

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

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

This method tests for !=.

impl Eq for RW
[src]

impl Debug for RW
[src]

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

Formats the value using the given formatter.

impl Clone for RW
[src]

fn clone(&self) -> RW

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for RW
[src]