Struct Width
pub struct Width(/* private fields */);
Expand description
Wrapper type for the width of a font.
To create a width of a font from an i32, use Width::from(). To access the underlying value of the font weight, dereference *weight.
Implementations§
§impl Width
impl Width
pub const ULTRA_CONDENSED: Width
pub const EXTRA_CONDENSED: Width
pub const CONDENSED: Width
pub const SEMI_CONDENSED: Width
pub const NORMAL: Width
pub const SEMI_EXPANDED: Width
pub const EXPANDED: Width
pub const EXTRA_EXPANDED: Width
pub const ULTRA_EXPANDED: Width
Trait Implementations§
§impl Ord for Width
impl Ord for Width
§impl PartialOrd for Width
impl PartialOrd for Width
impl Copy for Width
impl Eq for Width
impl StructuralPartialEq for Width
Auto Trait Implementations§
impl Freeze for Width
impl RefUnwindSafe for Width
impl Send for Width
impl Sync for Width
impl Unpin for Width
impl UnwindSafe for 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