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 for SelectFont
impl PartialEq for SelectFont
impl StructuralPartialEq for SelectFont
Auto Trait Implementations§
impl Freeze for SelectFont
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)