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