Struct physx_sys::PxConvexMeshGeometryFlags
source · [−]#[repr(C)]pub struct PxConvexMeshGeometryFlags {
pub mBits: u8,
}Fields
mBits: u8Trait Implementations
sourceimpl Clone for PxConvexMeshGeometryFlags
impl Clone for PxConvexMeshGeometryFlags
sourcefn clone(&self) -> PxConvexMeshGeometryFlags
fn clone(&self) -> PxConvexMeshGeometryFlags
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 PxConvexMeshGeometryFlags
Auto Trait Implementations
impl RefUnwindSafe for PxConvexMeshGeometryFlags
impl Send for PxConvexMeshGeometryFlags
impl Sync for PxConvexMeshGeometryFlags
impl Unpin for PxConvexMeshGeometryFlags
impl UnwindSafe for PxConvexMeshGeometryFlags
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