Enum fontconfig_parser::ConfigPart [−][src]
pub enum ConfigPart {
Description(CompactStr),
SelectFont(SelectFont),
Dir(Dir),
CacheDir(CacheDir),
Include(Include),
Match(Match),
Config(Config),
Alias(Alias),
RemapDir(RemapDir),
ResetDirs,
}Variants
Description(CompactStr)Tuple Fields of Description
0: CompactStrSelectFont(SelectFont)Tuple Fields of SelectFont
0: SelectFontDir(Dir)Tuple Fields of Dir
0: DirCacheDir(CacheDir)Tuple Fields of CacheDir
0: CacheDirInclude(Include)Tuple Fields of Include
0: IncludeMatch(Match)Tuple Fields of Match
0: MatchConfig(Config)Tuple Fields of Config
0: ConfigAlias(Alias)Tuple Fields of Alias
0: AliasRemapDir(RemapDir)Tuple Fields of RemapDir
0: RemapDirTrait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ConfigPart
impl Send for ConfigPart
impl Sync for ConfigPart
impl Unpin for ConfigPart
impl UnwindSafe for ConfigPart
Blanket Implementations
Mutably borrows from an owned value. Read more