pub struct ExtMeshGpuInstancing {
pub attributes: ExtMeshGpuInstancingAttributes,
}Fields§
§attributes: ExtMeshGpuInstancingAttributesTrait Implementations§
Source§impl Clone for ExtMeshGpuInstancing
impl Clone for ExtMeshGpuInstancing
Source§fn clone(&self) -> ExtMeshGpuInstancing
fn clone(&self) -> ExtMeshGpuInstancing
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 DeJson for ExtMeshGpuInstancing
impl DeJson for ExtMeshGpuInstancing
Source§impl Debug for ExtMeshGpuInstancing
impl Debug for ExtMeshGpuInstancing
Source§impl SerJson for ExtMeshGpuInstancing
impl SerJson for ExtMeshGpuInstancing
impl Copy for ExtMeshGpuInstancing
Auto Trait Implementations§
impl Freeze for ExtMeshGpuInstancing
impl RefUnwindSafe for ExtMeshGpuInstancing
impl Send for ExtMeshGpuInstancing
impl Sync for ExtMeshGpuInstancing
impl Unpin for ExtMeshGpuInstancing
impl UnsafeUnpin for ExtMeshGpuInstancing
impl UnwindSafe for ExtMeshGpuInstancing
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