Struct physx_sys::PxBoundedData
source · #[repr(C)]pub struct PxBoundedData {
pub stride: u32,
pub structgen_pad0: [u8; 4],
pub data: *const c_void,
pub count: u32,
pub structgen_pad1: [u8; 4],
}Fields§
§stride: u32§structgen_pad0: [u8; 4]§data: *const c_void§count: u32§structgen_pad1: [u8; 4]Trait Implementations§
source§impl Clone for PxBoundedData
impl Clone for PxBoundedData
source§fn clone(&self) -> PxBoundedData
fn clone(&self) -> PxBoundedData
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