Union physx_sys::Anonymous217
source · [−]#[repr(C)]
pub union Anonymous217 {
pub mBVH33Desc: PxBVH33MidphaseDesc,
pub mBVH34Desc: PxBVH34MidphaseDesc,
}Fields
mBVH33Desc: PxBVH33MidphaseDescmBVH34Desc: PxBVH34MidphaseDescTrait Implementations
sourceimpl Clone for Anonymous217
impl Clone for Anonymous217
sourcefn clone(&self) -> Anonymous217
fn clone(&self) -> Anonymous217
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Anonymous217
Auto Trait Implementations
impl RefUnwindSafe for Anonymous217
impl Send for Anonymous217
impl Sync for Anonymous217
impl Unpin for Anonymous217
impl UnwindSafe for Anonymous217
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more