#[repr(C)]pub struct PxGpuActorPair {
pub srcIndex: u32,
pub structgen_pad0: [u8; 4],
pub nodeIndex: PxNodeIndex,
}Fields§
§srcIndex: u32§structgen_pad0: [u8; 4]§nodeIndex: PxNodeIndexTrait Implementations§
Source§impl Clone for PxGpuActorPair
impl Clone for PxGpuActorPair
Source§fn clone(&self) -> PxGpuActorPair
fn clone(&self) -> PxGpuActorPair
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 PxGpuActorPair
Auto Trait Implementations§
impl Freeze for PxGpuActorPair
impl RefUnwindSafe for PxGpuActorPair
impl Send for PxGpuActorPair
impl Sync for PxGpuActorPair
impl Unpin for PxGpuActorPair
impl UnwindSafe for PxGpuActorPair
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