Enum ppapi::font::WeightExperimental [-]  [+] [src]

pub enum Weight {
    ValueWeight(u16),
    NormalWeight,
    BoldWeight,
}

Variants

ValueWeight
NormalWeight
BoldWeight

Trait Implementations

Derived Implementations

impl Copy for Weight

impl<__S: Writer + Hasher> Hash<__S> for Weight

fn hash(&self, __arg_0: &mut __S)

impl Clone for Weight

fn clone(&self) -> Weight

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

impl PartialEq for Weight

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

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

impl Eq for Weight

fn assert_receiver_is_total_eq(&self)