pub struct PxPlaneGeometry(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PxPlaneGeometry
impl Clone for PxPlaneGeometry
Source§fn clone(&self) -> PxPlaneGeometry
fn clone(&self) -> PxPlaneGeometry
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 moreSource§impl PxGeometry for PxPlaneGeometry
impl PxGeometry for PxPlaneGeometry
fn as_geometry_ptr(&self) -> *const PxGeometry
fn get_type(&self) -> PxGeometryType
Auto Trait Implementations§
impl Freeze for PxPlaneGeometry
impl RefUnwindSafe for PxPlaneGeometry
impl Send for PxPlaneGeometry
impl Sync for PxPlaneGeometry
impl Unpin for PxPlaneGeometry
impl UnwindSafe for PxPlaneGeometry
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