#[repr(C)]pub struct PxGpuParticleBufferIndexPair {
pub systemIndex: u32,
pub bufferIndex: u32,
}Fields§
§systemIndex: u32§bufferIndex: u32Trait Implementations§
Source§impl Clone for PxGpuParticleBufferIndexPair
impl Clone for PxGpuParticleBufferIndexPair
Source§fn clone(&self) -> PxGpuParticleBufferIndexPair
fn clone(&self) -> PxGpuParticleBufferIndexPair
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 PxGpuParticleBufferIndexPair
Auto Trait Implementations§
impl Freeze for PxGpuParticleBufferIndexPair
impl RefUnwindSafe for PxGpuParticleBufferIndexPair
impl Send for PxGpuParticleBufferIndexPair
impl Sync for PxGpuParticleBufferIndexPair
impl Unpin for PxGpuParticleBufferIndexPair
impl UnwindSafe for PxGpuParticleBufferIndexPair
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