#[repr(C)]pub struct PxSoftBodyMesh {
pub structgen_pad0: [u8; 16],
}Fields§
§structgen_pad0: [u8; 16]Trait Implementations§
Source§impl Clone for PxSoftBodyMesh
impl Clone for PxSoftBodyMesh
Source§fn clone(&self) -> PxSoftBodyMesh
fn clone(&self) -> PxSoftBodyMesh
Returns a duplicate 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 moreimpl Copy for PxSoftBodyMesh
Auto Trait Implementations§
impl Freeze for PxSoftBodyMesh
impl RefUnwindSafe for PxSoftBodyMesh
impl Send for PxSoftBodyMesh
impl Sync for PxSoftBodyMesh
impl Unpin for PxSoftBodyMesh
impl UnwindSafe for PxSoftBodyMesh
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