Enum rblas::attribute::Side [] [src]

pub enum Side {
    Left,
    Right,
}

Variants

Left
Right

Trait Implementations

Derived Implementations

impl Clone for Side

fn clone(&self) -> Side

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

impl Copy for Side