Struct fontconfig_parser::Dir
source · [−]Fields
prefix: DirPrefix
salt: String
path: String
Implementations
Trait Implementations
sourceimpl 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
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