Struct fontconfig_parser::SelectFont [−][src]
Fields
rejects: Vec<FontMatch<'a>>
accepts: Vec<FontMatch<'a>>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for SelectFont<'a>
impl<'a> Send for SelectFont<'a>
impl<'a> Sync for SelectFont<'a>
impl<'a> Unpin for SelectFont<'a>
impl<'a> UnwindSafe for SelectFont<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more