Struct fontconfig_parser::SelectFont
source · pub struct SelectFont {
pub rejects: Vec<FontMatch>,
pub accepts: Vec<FontMatch>,
}
Fields§
§rejects: Vec<FontMatch>
§accepts: Vec<FontMatch>
Trait Implementations§
source§impl Clone for SelectFont
impl Clone for SelectFont
source§fn clone(&self) -> SelectFont
fn clone(&self) -> SelectFont
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SelectFont
impl Debug for SelectFont
source§impl Default for SelectFont
impl Default for SelectFont
source§fn default() -> SelectFont
fn default() -> SelectFont
Returns the “default value” for a type. Read more
source§impl From<SelectFont> for ConfigPart
impl From<SelectFont> for ConfigPart
source§fn from(v: SelectFont) -> Self
fn from(v: SelectFont) -> Self
Converts to this type from the input type.
source§impl PartialEq<SelectFont> for SelectFont
impl PartialEq<SelectFont> for SelectFont
source§fn eq(&self, other: &SelectFont) -> bool
fn eq(&self, other: &SelectFont) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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