pub struct SupplementalFont {
pub script: String,
pub typeface: String,
/* private fields */
}Fields§
§script: String§typeface: StringTrait 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 (const: unstable) · 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
impl Eq for SupplementalFont
Source§impl PartialEq for SupplementalFont
impl PartialEq for SupplementalFont
impl StructuralPartialEq for SupplementalFont
Auto Trait Implementations§
impl Freeze for SupplementalFont
impl RefUnwindSafe for SupplementalFont
impl Send for SupplementalFont
impl Sync for SupplementalFont
impl Unpin for SupplementalFont
impl UnsafeUnpin 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