Enum pax_message::FontWeightMessage
source · #[repr(C)]pub enum FontWeightMessage {
Thin,
ExtraLight,
Light,
Normal,
Medium,
SemiBold,
Bold,
ExtraBold,
Black,
}Variants§
Trait Implementations§
source§impl Clone for FontWeightMessage
impl Clone for FontWeightMessage
source§fn clone(&self) -> FontWeightMessage
fn clone(&self) -> FontWeightMessage
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 moreAuto Trait Implementations§
impl RefUnwindSafe for FontWeightMessage
impl Send for FontWeightMessage
impl Sync for FontWeightMessage
impl Unpin for FontWeightMessage
impl UnwindSafe for FontWeightMessage
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