Struct fontconfig_parser::RemapDir [−][src]
pub struct RemapDir {
pub prefix: DirPrefix,
pub as_path: CompactStr,
pub salt: CompactStr,
pub path: CompactStr,
}
Expand description
This element contains a directory name where will be mapped as the path ‘as-path’ in cached information. This is useful if the directory name is an alias (via a bind mount or symlink) to another directory in the system for which cached font information is likely to exist.
‘salt’ property affects to determine cache filename as same as Dir
element.
Fields
prefix: DirPrefix
as_path: CompactStr
salt: CompactStr
path: CompactStr
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RemapDir
impl UnwindSafe for RemapDir
Blanket Implementations
Mutably borrows from an owned value. Read more