Enum ktrace::IODir [] [src]

pub enum IODir {
    Read,
    Write,
}

Directions that I/O can take place in

Variants

Trait Implementations

impl Clone for IODir
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IODir
[src]

Formats the value using the given formatter.