pub struct CT_FontCollection {
pub latin: ThemeTypeface,
pub east_asian: ThemeTypeface,
pub complex_script: ThemeTypeface,
pub supplemental_fonts: Vec<SupplementalFont>,
/* private fields */
}Fields§
§latin: ThemeTypeface§east_asian: ThemeTypeface§complex_script: ThemeTypeface§supplemental_fonts: Vec<SupplementalFont>Trait Implementations§
Source§impl Clone for CT_FontCollection
impl Clone for CT_FontCollection
Source§fn clone(&self) -> CT_FontCollection
fn clone(&self) -> CT_FontCollection
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 CT_FontCollection
impl Debug for CT_FontCollection
impl Eq for CT_FontCollection
Source§impl PartialEq for CT_FontCollection
impl PartialEq for CT_FontCollection
impl StructuralPartialEq for CT_FontCollection
Auto Trait Implementations§
impl Freeze for CT_FontCollection
impl RefUnwindSafe for CT_FontCollection
impl Send for CT_FontCollection
impl Sync for CT_FontCollection
impl Unpin for CT_FontCollection
impl UnsafeUnpin for CT_FontCollection
impl UnwindSafe for CT_FontCollection
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