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
sourceimpl FontConfig
impl FontConfig
Trait Implementations
sourceimpl Clone for FontConfig
impl Clone for FontConfig
sourcefn clone(&self) -> FontConfig
fn clone(&self) -> FontConfig
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for FontConfig
impl Debug for FontConfig
sourceimpl Default for FontConfig
impl Default for FontConfig
sourcefn default() -> FontConfig
fn default() -> FontConfig
Returns the “default value” for a type. Read more
sourceimpl PartialEq<FontConfig> for FontConfig
impl PartialEq<FontConfig> for FontConfig
sourcefn eq(&self, other: &FontConfig) -> bool
fn eq(&self, other: &FontConfig) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more