#[repr(C)]pub struct PxBVHDesc {
pub bounds: PxBoundedData,
pub enlargement: f32,
pub numPrimsPerLeaf: u32,
pub buildStrategy: PxBVHBuildStrategy,
pub structgen_pad0: [u8; 4],
}Fields§
§bounds: PxBoundedData§enlargement: f32§numPrimsPerLeaf: u32§buildStrategy: PxBVHBuildStrategy§structgen_pad0: [u8; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for PxBVHDesc
impl RefUnwindSafe for PxBVHDesc
impl !Send for PxBVHDesc
impl !Sync for PxBVHDesc
impl Unpin for PxBVHDesc
impl UnwindSafe for PxBVHDesc
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