Enum gst::Map [] [src]

pub enum Map {
    Read,
    Write,
}

Variants

Trait Implementations

impl Clone for Map
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Map
[src]