Struct physxx::PxSphereGeometry
source · pub struct PxSphereGeometry(_);Implementations§
Trait Implementations§
source§impl Clone for PxSphereGeometry
impl Clone for PxSphereGeometry
source§fn clone(&self) -> PxSphereGeometry
fn clone(&self) -> PxSphereGeometry
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 moresource§impl PxGeometry for PxSphereGeometry
impl PxGeometry for PxSphereGeometry
fn as_geometry_ptr(&self) -> *const PxGeometry
fn get_type(&self) -> PxGeometryType
Auto Trait Implementations§
impl RefUnwindSafe for PxSphereGeometry
impl Send for PxSphereGeometry
impl Sync for PxSphereGeometry
impl Unpin for PxSphereGeometry
impl UnwindSafe for PxSphereGeometry
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