pub struct Matrix4x4(/* private fields */);
Expand description
Matrix4x4 docs
Implementations§
Trait Implementations§
Source§impl Deref for Matrix4x4
impl Deref for Matrix4x4
Source§type Target = AiMatrix4x4
type Target = AiMatrix4x4
The resulting type after dereferencing.
Source§fn deref<'a>(&'a self) -> &'a AiMatrix4x4
fn deref<'a>(&'a self) -> &'a AiMatrix4x4
Dereferences the value.
impl Copy for Matrix4x4
impl StructuralPartialEq for Matrix4x4
Auto Trait Implementations§
impl Freeze for Matrix4x4
impl RefUnwindSafe for Matrix4x4
impl Send for Matrix4x4
impl Sync for Matrix4x4
impl Unpin for Matrix4x4
impl UnwindSafe for Matrix4x4
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