#[repr(C)]pub struct PxBVH {
pub structgen_pad0: [u8; 16],
}Fields§
§structgen_pad0: [u8; 16]Trait Implementations§
Auto Trait Implementations§
impl Freeze for PxBVH
impl RefUnwindSafe for PxBVH
impl Send for PxBVH
impl Sync for PxBVH
impl Unpin for PxBVH
impl UnwindSafe for PxBVH
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