#[repr(C, align(16))]pub struct Affine3Storage(pub [f32; 12]);Expand description
A type which has the same representation on the CPU and GPU for the underlying
storage of an Affine3.
Tuple Fields§
§0: [f32; 12]Implementations§
Trait Implementations§
Source§impl Clone for Affine3Storage
impl Clone for Affine3Storage
Source§fn clone(&self) -> Affine3Storage
fn clone(&self) -> Affine3Storage
Returns a duplicate of the value. Read more
1.0.0 · 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 Affine3Storage
impl Debug for Affine3Storage
Source§impl PartialEq for Affine3Storage
impl PartialEq for Affine3Storage
impl Copy for Affine3Storage
impl StructuralPartialEq for Affine3Storage
Auto Trait Implementations§
impl Freeze for Affine3Storage
impl RefUnwindSafe for Affine3Storage
impl Send for Affine3Storage
impl Sync for Affine3Storage
impl Unpin for Affine3Storage
impl UnwindSafe for Affine3Storage
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