pub enum ComponentGlyphTransform {
Identity,
Scale(F2Dot14),
ScaleXY(F2Dot14, F2Dot14),
Matrix(F2Dot14, F2Dot14, F2Dot14, F2Dot14),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ComponentGlyphTransform
impl Clone for ComponentGlyphTransform
Source§fn clone(&self) -> ComponentGlyphTransform
fn clone(&self) -> ComponentGlyphTransform
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ComponentGlyphTransform
Auto Trait Implementations§
impl Freeze for ComponentGlyphTransform
impl RefUnwindSafe for ComponentGlyphTransform
impl Send for ComponentGlyphTransform
impl Sync for ComponentGlyphTransform
impl Unpin for ComponentGlyphTransform
impl UnsafeUnpin for ComponentGlyphTransform
impl UnwindSafe for ComponentGlyphTransform
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