pub enum EmbeddedFontStyle {
Normal,
Italic,
Oblique,
}Expand description
Font style descriptor for @font-face metadata.
Variants§
Trait Implementations§
Source§impl Clone for EmbeddedFontStyle
impl Clone for EmbeddedFontStyle
Source§fn clone(&self) -> EmbeddedFontStyle
fn clone(&self) -> EmbeddedFontStyle
Returns a duplicate 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 moreSource§impl Debug for EmbeddedFontStyle
impl Debug for EmbeddedFontStyle
Source§impl PartialEq for EmbeddedFontStyle
impl PartialEq for EmbeddedFontStyle
impl Copy for EmbeddedFontStyle
impl Eq for EmbeddedFontStyle
impl StructuralPartialEq for EmbeddedFontStyle
Auto Trait Implementations§
impl Freeze for EmbeddedFontStyle
impl RefUnwindSafe for EmbeddedFontStyle
impl Send for EmbeddedFontStyle
impl Sync for EmbeddedFontStyle
impl Unpin for EmbeddedFontStyle
impl UnsafeUnpin for EmbeddedFontStyle
impl UnwindSafe for EmbeddedFontStyle
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