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>,
pub config_files: HashSet<PathBuf>,
}
Fields§
§select_fonts: Vec<SelectFont>
§dirs: Vec<DirData>
§cache_dirs: Vec<PathBuf>
§remap_dirs: Vec<RemapDirData>
§matches: Vec<Match>
§config: Config
§aliases: Vec<Alias>
§config_files: HashSet<PathBuf>
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 for FontConfig
impl PartialEq for FontConfig
impl StructuralPartialEq for FontConfig
Auto Trait Implementations§
impl Freeze for FontConfig
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)