Struct fontconfig_parser::Dir
source · pub struct Dir {
pub prefix: DirPrefix,
pub salt: String,
pub path: String,
}
Fields§
§prefix: DirPrefix
§salt: String
§path: String
Implementations§
Trait Implementations§
source§impl From<Dir> for ConfigPart
impl From<Dir> for ConfigPart
impl Eq for Dir
impl StructuralEq for Dir
impl StructuralPartialEq for Dir
Auto Trait Implementations§
impl RefUnwindSafe for Dir
impl Send for Dir
impl Sync for Dir
impl Unpin for Dir
impl UnwindSafe for Dir
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