Struct FONT_WEIGHT
#[repr(transparent)]pub struct FONT_WEIGHT(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for FONT_WEIGHT
impl Clone for FONT_WEIGHT
§fn clone(&self) -> FONT_WEIGHT
fn clone(&self) -> FONT_WEIGHT
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 FONT_WEIGHT
impl Debug for FONT_WEIGHT
§impl Default for FONT_WEIGHT
impl Default for FONT_WEIGHT
§fn default() -> FONT_WEIGHT
fn default() -> FONT_WEIGHT
Returns the “default value” for a type. Read more
§impl PartialEq for FONT_WEIGHT
impl PartialEq for FONT_WEIGHT
impl Copy for FONT_WEIGHT
impl Eq for FONT_WEIGHT
impl StructuralPartialEq for FONT_WEIGHT
Auto Trait Implementations§
impl Freeze for FONT_WEIGHT
impl RefUnwindSafe for FONT_WEIGHT
impl Send for FONT_WEIGHT
impl Sync for FONT_WEIGHT
impl Unpin for FONT_WEIGHT
impl UnwindSafe for FONT_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