Struct freya_engine::prelude::Weight
pub struct Weight(/* private fields */);
Expand description
Wrapper type of a font weight.
Use Weight::from() to create a weight from an i32. Use *weight to pull out the wrapped value of the Weight.
Implementations§
§impl Weight
impl Weight
pub const INVISIBLE: Weight = _
pub const THIN: Weight = _
pub const EXTRA_LIGHT: Weight = _
pub const LIGHT: Weight = _
pub const NORMAL: Weight = _
pub const MEDIUM: Weight = _
pub const SEMI_BOLD: Weight = _
pub const BOLD: Weight = _
pub const EXTRA_BOLD: Weight = _
pub const BLACK: Weight = _
pub const EXTRA_BLACK: Weight = _
Methods from Deref<Target = i32>§
pub const MIN: i32 = -2_147_483_648i32
pub const MAX: i32 = 2_147_483_647i32
pub const BITS: u32 = 32u32
Trait Implementations§
§impl Ord for Weight
impl Ord for Weight
§impl PartialOrd for Weight
impl PartialOrd for Weight
impl Copy for Weight
impl Eq for Weight
impl StructuralPartialEq for Weight
Auto Trait Implementations§
impl Freeze for Weight
impl RefUnwindSafe for Weight
impl Send for Weight
impl Sync for Weight
impl Unpin for Weight
impl UnwindSafe for Weight
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)