Struct physx_sys::PxGeometry
source · [−]#[repr(C)]pub struct PxGeometry {
pub mType: i32,
}Fields
mType: i32Trait Implementations
sourceimpl Clone for PxGeometry
impl Clone for PxGeometry
sourcefn clone(&self) -> PxGeometry
fn clone(&self) -> PxGeometry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxGeometry
Auto Trait Implementations
impl RefUnwindSafe for PxGeometry
impl Send for PxGeometry
impl Sync for PxGeometry
impl Unpin for PxGeometry
impl UnwindSafe for PxGeometry
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