Enum components::FontWeight [−][src]
pub enum FontWeight {
Normal,
Bold,
Bolder,
Lighter,
}FontWeight: Normal: Normal font weight Bold: Bold font weight Bolder: Bolder font weight Lighter: Lighter font weight
Support values of font weight
Variants
Trait Implementations
impl Clone for FontWeight[src]
impl Clone for FontWeight[src]fn clone(&self) -> FontWeight[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for FontWeight[src]
impl Copy for FontWeight[src]impl Eq for FontWeight[src]
impl Eq for FontWeight[src]impl PartialEq<FontWeight> for FontWeight[src]
impl PartialEq<FontWeight> for FontWeight[src]impl StructuralEq for FontWeight[src]
impl StructuralEq for FontWeight[src]impl StructuralPartialEq for FontWeight[src]
impl StructuralPartialEq for FontWeight[src]Auto Trait Implementations
impl RefUnwindSafe for FontWeight
impl RefUnwindSafe for FontWeightimpl Send for FontWeight
impl Send for FontWeightimpl Sync for FontWeight
impl Sync for FontWeightimpl Unpin for FontWeight
impl Unpin for FontWeightimpl UnwindSafe for FontWeight
impl UnwindSafe for FontWeightBlanket Implementations
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>,
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>, pub fn into_color(self) -> To
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,