Struct fontconfig_parser::Include
source · [−]Fields
prefix: DirPrefix
ignore_missing: bool
path: String
Implementations
Trait Implementations
sourceimpl From<Include> for ConfigPart
impl From<Include> for ConfigPart
impl Eq for Include
impl StructuralEq for Include
impl StructuralPartialEq for Include
Auto Trait Implementations
impl RefUnwindSafe for Include
impl Send for Include
impl Sync for Include
impl Unpin for Include
impl UnwindSafe for Include
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