Struct fontconfig_parser::FontConfig
source · pub struct FontConfig {
pub select_fonts: Vec<SelectFont>,
pub dirs: Vec<DirData>,
pub cache_dirs: Vec<PathBuf>,
pub remap_dirs: Vec<RemapDirData>,
pub matches: Vec<Match>,
pub config: Config,
pub aliases: Vec<Alias>,
}
Fields§
§select_fonts: Vec<SelectFont>
§dirs: Vec<DirData>
§cache_dirs: Vec<PathBuf>
§remap_dirs: Vec<RemapDirData>
§matches: Vec<Match>
§config: Config
§aliases: Vec<Alias>
Implementations§
Trait Implementations§
source§impl Clone for FontConfig
impl Clone for FontConfig
source§fn clone(&self) -> FontConfig
fn clone(&self) -> FontConfig
Returns a copy 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 FontConfig
impl Debug for FontConfig
source§impl Default for FontConfig
impl Default for FontConfig
source§fn default() -> FontConfig
fn default() -> FontConfig
Returns the “default value” for a type. Read more
source§impl PartialEq<FontConfig> for FontConfig
impl PartialEq<FontConfig> for FontConfig
source§fn eq(&self, other: &FontConfig) -> bool
fn eq(&self, other: &FontConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for FontConfig
Auto Trait Implementations§
impl RefUnwindSafe for FontConfig
impl Send for FontConfig
impl Sync for FontConfig
impl Unpin for FontConfig
impl UnwindSafe for FontConfig
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