pub struct ExtMeshGpuInstancingAttributes {
pub rotation: usize,
pub scale: usize,
pub translation: usize,
}Fields§
§rotation: usize§scale: usize§translation: usizeTrait Implementations§
Source§impl Clone for ExtMeshGpuInstancingAttributes
impl Clone for ExtMeshGpuInstancingAttributes
Source§fn clone(&self) -> ExtMeshGpuInstancingAttributes
fn clone(&self) -> ExtMeshGpuInstancingAttributes
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 moreimpl Copy for ExtMeshGpuInstancingAttributes
Auto Trait Implementations§
impl Freeze for ExtMeshGpuInstancingAttributes
impl RefUnwindSafe for ExtMeshGpuInstancingAttributes
impl Send for ExtMeshGpuInstancingAttributes
impl Sync for ExtMeshGpuInstancingAttributes
impl Unpin for ExtMeshGpuInstancingAttributes
impl UnsafeUnpin for ExtMeshGpuInstancingAttributes
impl UnwindSafe for ExtMeshGpuInstancingAttributes
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