Struct fontconfig_parser::RemapDirData [−][src]
pub struct RemapDirData {
pub path: PathBuf,
pub salt: CompactStr,
pub as_path: CompactStr,
}
Expand description
Final remap-dirs data
Fields
path: PathBuf
dir path 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: CompactStr
‘salt’ property affects to determine cache filename. this is useful for example when having different fonts sets on same path at container and share fonts from host on different font path.
as_path: CompactStr
Trait Implementations
Returns the “default value” for a type. Read more
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 RemapDirData
impl Send for RemapDirData
impl Sync for RemapDirData
impl Unpin for RemapDirData
impl UnwindSafe for RemapDirData
Blanket Implementations
Mutably borrows from an owned value. Read more