Struct fontconfig_parser::Include
source · pub struct Include {
pub prefix: DirPrefix,
pub ignore_missing: bool,
pub path: String,
}
Fields§
§prefix: DirPrefix
§ignore_missing: bool
§path: String
Implementations§
Trait Implementations§
source§impl From<Include> for ConfigPart
impl From<Include> for ConfigPart
source§impl PartialEq<Include> for Include
impl PartialEq<Include> for Include
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§
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