Struct fontconfig_parser::DirData
source · pub struct DirData {
pub path: PathBuf,
pub salt: String,
}
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 StructuralPartialEq for DirData
Auto Trait Implementations§
impl Freeze for DirData
impl RefUnwindSafe for DirData
impl Send for DirData
impl Sync for DirData
impl Unpin for DirData
impl UnwindSafe for DirData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)