pub struct LiveFont {
pub paths: Arc<Vec<Arc<String>>>,
pub ascender_fudge: f32,
pub descender_fudge: f32,
}
Fields§
§paths: Arc<Vec<Arc<String>>>
§ascender_fudge: f32
§descender_fudge: f32
Implementations§
Trait Implementations§
impl StructuralPartialEq for LiveFont
Auto Trait Implementations§
impl Freeze for LiveFont
impl RefUnwindSafe for LiveFont
impl Send for LiveFont
impl Sync for LiveFont
impl Unpin for LiveFont
impl UnwindSafe for LiveFont
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