Struct fontconfig_parser::DirData [−][src]
pub struct DirData {
pub path: PathBuf,
pub salt: CompactStr,
}
Expand description
Final dir data
Fields
path: PathBuf
dir path
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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DirData
impl UnwindSafe for DirData
Blanket Implementations
Mutably borrows from an owned value. Read more