Struct pax_std::types::text::SystemFont
source · pub struct SystemFont {
pub family: String,
pub style: FontStyle,
pub weight: FontWeight,
}Fields§
§family: String§style: FontStyle§weight: FontWeightTrait Implementations§
source§impl Clone for SystemFont
impl Clone for SystemFont
source§impl Default for SystemFont
impl Default for SystemFont
source§impl Interpolatable for SystemFont
impl Interpolatable for SystemFont
fn interpolate(&self, _other: &Self, _t: f64) -> Self
Auto Trait Implementations§
impl RefUnwindSafe for SystemFont
impl Send for SystemFont
impl Sync for SystemFont
impl Unpin for SystemFont
impl UnwindSafe for SystemFont
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, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.