Struct physx_sys::PxFilterData
source · #[repr(C)]pub struct PxFilterData {
pub word0: u32,
pub word1: u32,
pub word2: u32,
pub word3: u32,
}Fields§
§word0: u32§word1: u32§word2: u32§word3: u32Trait Implementations§
source§impl Clone for PxFilterData
impl Clone for PxFilterData
source§fn clone(&self) -> PxFilterData
fn clone(&self) -> PxFilterData
Returns a copy 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 more