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