Enum ransid::style::Style [] [src]

pub enum Style {
    Normal,
    Bold,
}

Variants

NormalBold

Trait Implementations

impl Clone for Style
[src]

fn clone(&self) -> Style

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 Style
[src]