Struct physx_sys::PxPruningStructure
source · #[repr(C)]pub struct PxPruningStructure {
pub structgen_pad0: [u8; 16],
}Fields§
§structgen_pad0: [u8; 16]Trait Implementations§
source§impl Clone for PxPruningStructure
impl Clone for PxPruningStructure
source§fn clone(&self) -> PxPruningStructure
fn clone(&self) -> PxPruningStructure
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