pub struct FontQuery {
pub family: String,
pub style: Option<String>,
pub weight: Option<i32>,
}Fields§
§family: String§style: Option<String>§weight: Option<i32>Implementations§
Trait Implementations§
impl Eq for FontQuery
impl StructuralPartialEq for FontQuery
Auto Trait Implementations§
impl Freeze for FontQuery
impl RefUnwindSafe for FontQuery
impl Send for FontQuery
impl Sync for FontQuery
impl Unpin for FontQuery
impl UnsafeUnpin for FontQuery
impl UnwindSafe for FontQuery
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