#[repr(u32)]pub enum PtDspyQueryType {
Show 14 variants
Size = 0,
Overwrite = 1,
NextData = 2,
Redraw = 3,
Cooked = 100,
Thread = 101,
Progressive = 102,
Stop = 103,
PreBucketFunction = 104,
RenderStatistics = 105,
RenderProgress = 106,
BucketVersion = 107,
PreRenderProgress = 108,
PreRenderAutoProgress = 109,
}Variants§
Size = 0
Overwrite = 1
NextData = 2
Redraw = 3
Cooked = 100
Thread = 101
Progressive = 102
Stop = 103
PreBucketFunction = 104
RenderStatistics = 105
RenderProgress = 106
BucketVersion = 107
PreRenderProgress = 108
PreRenderAutoProgress = 109
Trait Implementations§
Source§impl Clone for PtDspyQueryType
impl Clone for PtDspyQueryType
Source§fn clone(&self) -> PtDspyQueryType
fn clone(&self) -> PtDspyQueryType
Returns a duplicate 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 moreSource§impl Debug for PtDspyQueryType
impl Debug for PtDspyQueryType
Source§impl Hash for PtDspyQueryType
impl Hash for PtDspyQueryType
Source§impl PartialEq for PtDspyQueryType
impl PartialEq for PtDspyQueryType
impl Copy for PtDspyQueryType
impl Eq for PtDspyQueryType
impl StructuralPartialEq for PtDspyQueryType
Auto Trait Implementations§
impl Freeze for PtDspyQueryType
impl RefUnwindSafe for PtDspyQueryType
impl Send for PtDspyQueryType
impl Sync for PtDspyQueryType
impl Unpin for PtDspyQueryType
impl UnwindSafe for PtDspyQueryType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more