Struct fontconfig_parser::SelectFont
source · [−]Fields
rejects: Vec<FontMatch>
accepts: Vec<FontMatch>
Trait Implementations
sourceimpl Clone for SelectFont
impl Clone for SelectFont
sourcefn clone(&self) -> SelectFont
fn clone(&self) -> SelectFont
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SelectFont
impl Debug for SelectFont
sourceimpl Default for SelectFont
impl Default for SelectFont
sourcefn default() -> SelectFont
fn default() -> SelectFont
Returns the “default value” for a type. Read more
sourceimpl From<SelectFont> for ConfigPart
impl From<SelectFont> for ConfigPart
sourcefn from(v: SelectFont) -> Self
fn from(v: SelectFont) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SelectFont> for SelectFont
impl PartialEq<SelectFont> for SelectFont
sourcefn eq(&self, other: &SelectFont) -> bool
fn eq(&self, other: &SelectFont) -> bool
impl StructuralPartialEq for SelectFont
Auto Trait Implementations
impl RefUnwindSafe for SelectFont
impl Send for SelectFont
impl Sync for SelectFont
impl Unpin for SelectFont
impl UnwindSafe for SelectFont
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