Enum ndspy_sys::PtDspyQueryType
source · [−]#[repr(u32)]
pub enum PtDspyQueryType {
Show 14 variants
PkSizeQuery,
PkOverwriteQuery,
PkNextDataQuery,
PkRedrawQuery,
PkCookedQuery,
PkThreadQuery,
PkProgressiveQuery,
PkStopQuery,
PkPreBucketFunctionQuery,
PkRenderStatistics,
PkRenderProgress,
PkBucketVersion,
PkPreRenderProgress,
PkPreRenderAutoProgress,
}Variants
PkSizeQuery
PkOverwriteQuery
PkNextDataQuery
PkRedrawQuery
PkCookedQuery
PkThreadQuery
PkProgressiveQuery
PkStopQuery
PkPreBucketFunctionQuery
PkRenderStatistics
PkRenderProgress
PkBucketVersion
PkPreRenderProgress
PkPreRenderAutoProgress
Trait Implementations
sourceimpl Clone for PtDspyQueryType
impl Clone for PtDspyQueryType
sourcefn clone(&self) -> PtDspyQueryType
fn clone(&self) -> PtDspyQueryType
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 moresourceimpl Debug for PtDspyQueryType
impl Debug for PtDspyQueryType
sourceimpl Hash for PtDspyQueryType
impl Hash for PtDspyQueryType
sourceimpl PartialEq<PtDspyQueryType> for PtDspyQueryType
impl PartialEq<PtDspyQueryType> for PtDspyQueryType
sourcefn eq(&self, other: &PtDspyQueryType) -> bool
fn eq(&self, other: &PtDspyQueryType) -> bool
impl Copy for PtDspyQueryType
impl Eq for PtDspyQueryType
impl StructuralEq for PtDspyQueryType
impl StructuralPartialEq for PtDspyQueryType
Auto Trait Implementations
impl RefUnwindSafe for PtDspyQueryType
impl Send for PtDspyQueryType
impl Sync for PtDspyQueryType
impl Unpin for PtDspyQueryType
impl UnwindSafe for PtDspyQueryType
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