Enum ppapi::font::WeightExperimental
[-]
[+]
[src]
pub enum Weight { ValueWeight(u16), NormalWeight, BoldWeight, }
Variants
ValueWeight | |
NormalWeight | |
BoldWeight |
pub enum Weight { ValueWeight(u16), NormalWeight, BoldWeight, }
ValueWeight | |
NormalWeight | |
BoldWeight |
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
impl Eq for Weight
fn assert_receiver_is_total_eq(&self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).