pub struct CT_FontScheme {
pub name: String,
pub major_font: CT_FontCollection,
pub minor_font: CT_FontCollection,
/* private fields */
}Fields§
§name: String§major_font: CT_FontCollection§minor_font: CT_FontCollectionTrait Implementations§
Source§impl Clone for CT_FontScheme
impl Clone for CT_FontScheme
Source§fn clone(&self) -> CT_FontScheme
fn clone(&self) -> CT_FontScheme
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_FontScheme
impl Debug for CT_FontScheme
impl Eq for CT_FontScheme
Source§impl PartialEq for CT_FontScheme
impl PartialEq for CT_FontScheme
impl StructuralPartialEq for CT_FontScheme
Auto Trait Implementations§
impl Freeze for CT_FontScheme
impl RefUnwindSafe for CT_FontScheme
impl Send for CT_FontScheme
impl Sync for CT_FontScheme
impl Unpin for CT_FontScheme
impl UnsafeUnpin for CT_FontScheme
impl UnwindSafe for CT_FontScheme
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