pub struct FontOptions { /* private fields */ }
Expand description
The options for a font asset
Implementations§
Trait Implementations§
Source§impl Clone for FontOptions
impl Clone for FontOptions
Source§fn clone(&self) -> FontOptions
fn clone(&self) -> FontOptions
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 moreSource§impl Debug for FontOptions
impl Debug for FontOptions
Source§impl<'de> Deserialize<'de> for FontOptions
impl<'de> Deserialize<'de> for FontOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for FontOptions
impl Display for FontOptions
Source§impl Hash for FontOptions
impl Hash for FontOptions
Source§impl PartialEq for FontOptions
impl PartialEq for FontOptions
Source§impl PartialOrd for FontOptions
impl PartialOrd for FontOptions
Source§impl Serialize for FontOptions
impl Serialize for FontOptions
impl StructuralPartialEq for FontOptions
Auto Trait Implementations§
impl Freeze for FontOptions
impl RefUnwindSafe for FontOptions
impl Send for FontOptions
impl Sync for FontOptions
impl Unpin for FontOptions
impl UnwindSafe for FontOptions
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