#[repr(C)]pub struct Transform {
pub matrix11: Fixed,
pub matrix12: Fixed,
pub matrix13: Fixed,
pub matrix21: Fixed,
pub matrix22: Fixed,
pub matrix23: Fixed,
pub matrix31: Fixed,
pub matrix32: Fixed,
pub matrix33: Fixed,
}
Fields§
§matrix11: Fixed
§matrix12: Fixed
§matrix13: Fixed
§matrix21: Fixed
§matrix22: Fixed
§matrix23: Fixed
§matrix31: Fixed
§matrix32: Fixed
§matrix33: Fixed
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Transform
impl RefUnwindSafe for Transform
impl Send for Transform
impl Sync for Transform
impl Unpin for Transform
impl UnwindSafe for Transform
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
)