struct GlyphScaleProperties {
cache_size: f32,
draw_scale: f64,
}Fields§
§cache_size: f32The size at which the outline was cached.
draw_scale: f64The scale factor that needs to be applied to scale the outline to the draw size.
Implementations§
Auto Trait Implementations§
impl Freeze for GlyphScaleProperties
impl RefUnwindSafe for GlyphScaleProperties
impl Send for GlyphScaleProperties
impl Sync for GlyphScaleProperties
impl Unpin for GlyphScaleProperties
impl UnsafeUnpin for GlyphScaleProperties
impl UnwindSafe for GlyphScaleProperties
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