pub struct GlyphRasterConfig {
pub px: f32,
}Fields§
§px: f32Trait Implementations§
Source§impl Clone for GlyphRasterConfig
impl Clone for GlyphRasterConfig
Source§fn clone(&self) -> GlyphRasterConfig
fn clone(&self) -> GlyphRasterConfig
Returns a duplicate 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 moreimpl Copy for GlyphRasterConfig
Auto Trait Implementations§
impl Freeze for GlyphRasterConfig
impl RefUnwindSafe for GlyphRasterConfig
impl Send for GlyphRasterConfig
impl Sync for GlyphRasterConfig
impl Unpin for GlyphRasterConfig
impl UnwindSafe for GlyphRasterConfig
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