pub struct Mat {
pub scale_x: f32,
pub shear_y: f32,
pub shear_x: f32,
pub scale_y: f32,
pub translate_x: f32,
pub translate_y: f32,
}
Fields§
§scale_x: f32
§shear_y: f32
§shear_x: f32
§scale_y: f32
§translate_x: f32
§translate_y: f32
Implementations§
Trait Implementations§
impl Copy for Mat
impl Eq for Mat
impl StructuralPartialEq for Mat
Auto Trait Implementations§
impl Freeze for Mat
impl RefUnwindSafe for Mat
impl Send for Mat
impl Sync for Mat
impl Unpin for Mat
impl UnwindSafe for Mat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)