pub struct SupplementalFont { /* private fields */ }Implementations§
Source§impl SupplementalFont
impl SupplementalFont
pub fn get_script(&self) -> &str
pub fn set_script<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_typeface(&self) -> &str
pub fn set_typeface<S: Into<String>>(&mut self, value: S) -> &mut Self
Trait Implementations§
Source§impl Clone for SupplementalFont
impl Clone for SupplementalFont
Source§fn clone(&self) -> SupplementalFont
fn clone(&self) -> SupplementalFont
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 SupplementalFont
impl Debug for SupplementalFont
Source§impl Default for SupplementalFont
impl Default for SupplementalFont
Source§fn default() -> SupplementalFont
fn default() -> SupplementalFont
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SupplementalFont
impl RefUnwindSafe for SupplementalFont
impl Send for SupplementalFont
impl Sync for SupplementalFont
impl Unpin for SupplementalFont
impl UnwindSafe for SupplementalFont
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