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