Struct fontconfig_parser::DirData
source · [−]Expand description
Final dir data
Fields
path: PathBuf
dir path
salt: String
‘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
impl Eq for DirData
impl StructuralEq for DirData
impl StructuralPartialEq for DirData
Auto Trait Implementations
impl RefUnwindSafe for DirData
impl Send for DirData
impl Sync for DirData
impl Unpin for DirData
impl UnwindSafe for DirData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more