pub struct Transform3 { /* private fields */ }Expand description
A homogeneous 3D transform matrix.
Implementations§
Trait Implementations§
Source§impl Clone for Transform3
impl Clone for Transform3
Source§fn clone(&self) -> Transform3
fn clone(&self) -> Transform3
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Transform3
impl Debug for Transform3
Source§impl PartialEq for Transform3
impl PartialEq for Transform3
Source§fn eq(&self, other: &Transform3) -> bool
fn eq(&self, other: &Transform3) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Transform3
impl StructuralPartialEq for Transform3
Auto Trait Implementations§
impl Freeze for Transform3
impl RefUnwindSafe for Transform3
impl Send for Transform3
impl Sync for Transform3
impl Unpin for Transform3
impl UnsafeUnpin for Transform3
impl UnwindSafe for Transform3
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