Struct FontStretch
#[repr(transparent)]pub struct FontStretch(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl FontStretch
impl FontStretch
pub const Undefined: Self = _
pub const UltraCondensed: Self = _
pub const ExtraCondensed: Self = _
pub const Condensed: Self = _
pub const SemiCondensed: Self = _
pub const Normal: Self = _
pub const SemiExpanded: Self = _
pub const Expanded: Self = _
pub const ExtraExpanded: Self = _
pub const UltraExpanded: Self = _
Trait Implementations§
§impl Clone for FontStretch
impl Clone for FontStretch
§fn clone(&self) -> FontStretch
fn clone(&self) -> FontStretch
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 more§impl Debug for FontStretch
impl Debug for FontStretch
§impl Default for FontStretch
impl Default for FontStretch
§fn default() -> FontStretch
fn default() -> FontStretch
Returns the “default value” for a type. Read more
§impl PartialEq for FontStretch
impl PartialEq for FontStretch
impl Copy for FontStretch
impl Eq for FontStretch
impl StructuralPartialEq for FontStretch
Auto Trait Implementations§
impl Freeze for FontStretch
impl RefUnwindSafe for FontStretch
impl Send for FontStretch
impl Sync for FontStretch
impl Unpin for FontStretch
impl UnwindSafe for FontStretch
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