pub struct FontCatalogUpdate {
pub revision: u64,
pub families: Vec<String>,
pub cache: FontCatalogCache,
pub config: TextFontFamilyConfig,
pub config_changed: bool,
}Fields§
§revision: u64§families: Vec<String>§cache: FontCatalogCache§config: TextFontFamilyConfig§config_changed: boolTrait Implementations§
Source§impl Clone for FontCatalogUpdate
impl Clone for FontCatalogUpdate
Source§fn clone(&self) -> FontCatalogUpdate
fn clone(&self) -> FontCatalogUpdate
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 FontCatalogUpdate
impl Debug for FontCatalogUpdate
Source§impl PartialEq for FontCatalogUpdate
impl PartialEq for FontCatalogUpdate
impl Eq for FontCatalogUpdate
impl StructuralPartialEq for FontCatalogUpdate
Auto Trait Implementations§
impl Freeze for FontCatalogUpdate
impl RefUnwindSafe for FontCatalogUpdate
impl Send for FontCatalogUpdate
impl Sync for FontCatalogUpdate
impl Unpin for FontCatalogUpdate
impl UnsafeUnpin for FontCatalogUpdate
impl UnwindSafe for FontCatalogUpdate
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