Struct physx_sys::PxRigidBodyFlags
source · #[repr(C)]pub struct PxRigidBodyFlags {
pub mBits: u8,
}Fields§
§mBits: u8Trait Implementations§
source§impl Clone for PxRigidBodyFlags
impl Clone for PxRigidBodyFlags
source§fn clone(&self) -> PxRigidBodyFlags
fn clone(&self) -> PxRigidBodyFlags
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 more