pub struct RasterScale(/* private fields */);Expand description
The device scale a layer raster is drawn at, compared exactly: a raster drawn at one scale places its edges and glyphs where no other scale does, so it serves only that scale.
Implementations§
Source§impl RasterScale
impl RasterScale
Trait Implementations§
Source§impl Clone for RasterScale
impl Clone for RasterScale
impl Copy for RasterScale
Source§impl Debug for RasterScale
impl Debug for RasterScale
impl Eq for RasterScale
Source§impl Hash for RasterScale
impl Hash for RasterScale
Source§impl PartialEq for RasterScale
impl PartialEq for RasterScale
impl StructuralPartialEq for RasterScale
Auto Trait Implementations§
impl Freeze for RasterScale
impl RefUnwindSafe for RasterScale
impl Send for RasterScale
impl Sync for RasterScale
impl Unpin for RasterScale
impl UnsafeUnpin for RasterScale
impl UnwindSafe for RasterScale
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