pub struct TextGeometricTransform {
pub scale_x: f32,
pub skew_x: f32,
}Fields§
§scale_x: f32§skew_x: f32Trait Implementations§
Source§impl Clone for TextGeometricTransform
impl Clone for TextGeometricTransform
Source§fn clone(&self) -> TextGeometricTransform
fn clone(&self) -> TextGeometricTransform
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 moreSource§impl Debug for TextGeometricTransform
impl Debug for TextGeometricTransform
Source§impl Default for TextGeometricTransform
impl Default for TextGeometricTransform
Source§impl PartialEq for TextGeometricTransform
impl PartialEq for TextGeometricTransform
impl Copy for TextGeometricTransform
impl StructuralPartialEq for TextGeometricTransform
Auto Trait Implementations§
impl Freeze for TextGeometricTransform
impl RefUnwindSafe for TextGeometricTransform
impl Send for TextGeometricTransform
impl Sync for TextGeometricTransform
impl Unpin for TextGeometricTransform
impl UnsafeUnpin for TextGeometricTransform
impl UnwindSafe for TextGeometricTransform
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