Struct fontconfig_parser::RemapDirData
source · [−]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: 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.
as_path: String
Trait Implementations
sourceimpl Clone for RemapDirData
impl Clone for RemapDirData
sourcefn clone(&self) -> RemapDirData
fn clone(&self) -> RemapDirData
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RemapDirData
impl Debug for RemapDirData
sourceimpl Default for RemapDirData
impl Default for RemapDirData
sourcefn default() -> RemapDirData
fn default() -> RemapDirData
Returns the “default value” for a type. Read more
sourceimpl PartialEq<RemapDirData> for RemapDirData
impl PartialEq<RemapDirData> for RemapDirData
sourcefn eq(&self, other: &RemapDirData) -> bool
fn eq(&self, other: &RemapDirData) -> bool
impl Eq for RemapDirData
impl StructuralEq for RemapDirData
impl StructuralPartialEq for RemapDirData
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
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