Enum skia_bindings::SkFontStyle_Width 
source · #[repr(u32)]pub enum SkFontStyle_Width {
    kUltraCondensed_Width,
    kExtraCondensed_Width,
    kCondensed_Width,
    kSemiCondensed_Width,
    kNormal_Width,
    kSemiExpanded_Width,
    kExpanded_Width,
    kExtraExpanded_Width,
    kUltraExpanded_Width,
}Variants§
kUltraCondensed_Width
kExtraCondensed_Width
kCondensed_Width
kSemiCondensed_Width
kNormal_Width
kSemiExpanded_Width
kExpanded_Width
kExtraExpanded_Width
kUltraExpanded_Width
Trait Implementations§
source§impl Clone for SkFontStyle_Width
 
impl Clone for SkFontStyle_Width
source§fn clone(&self) -> SkFontStyle_Width
 
fn clone(&self) -> SkFontStyle_Width
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for SkFontStyle_Width
 
impl Debug for SkFontStyle_Width
source§impl Hash for SkFontStyle_Width
 
impl Hash for SkFontStyle_Width
source§impl PartialEq<SkFontStyle_Width> for SkFontStyle_Width
 
impl PartialEq<SkFontStyle_Width> for SkFontStyle_Width
source§fn eq(&self, other: &SkFontStyle_Width) -> bool
 
fn eq(&self, other: &SkFontStyle_Width) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for SkFontStyle_Width
impl Eq for SkFontStyle_Width
impl StructuralEq for SkFontStyle_Width
impl StructuralPartialEq for SkFontStyle_Width
Auto Trait Implementations§
impl RefUnwindSafe for SkFontStyle_Width
impl Send for SkFontStyle_Width
impl Sync for SkFontStyle_Width
impl Unpin for SkFontStyle_Width
impl UnwindSafe for SkFontStyle_Width
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more