Enum ndspy_sys::PtDspyCookedQueryValue
source · [−]#[repr(u32)]
pub enum PtDspyCookedQueryValue {
PkDspyCQDefault,
PkDspyCQDeep,
}Variants
PkDspyCQDefault
PkDspyCQDeep
Trait Implementations
sourceimpl Clone for PtDspyCookedQueryValue
impl Clone for PtDspyCookedQueryValue
sourcefn clone(&self) -> PtDspyCookedQueryValue
fn clone(&self) -> PtDspyCookedQueryValue
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 PtDspyCookedQueryValue
impl Debug for PtDspyCookedQueryValue
sourceimpl Hash for PtDspyCookedQueryValue
impl Hash for PtDspyCookedQueryValue
sourceimpl PartialEq<PtDspyCookedQueryValue> for PtDspyCookedQueryValue
impl PartialEq<PtDspyCookedQueryValue> for PtDspyCookedQueryValue
sourcefn eq(&self, other: &PtDspyCookedQueryValue) -> bool
fn eq(&self, other: &PtDspyCookedQueryValue) -> bool
impl Copy for PtDspyCookedQueryValue
impl Eq for PtDspyCookedQueryValue
impl StructuralEq for PtDspyCookedQueryValue
impl StructuralPartialEq for PtDspyCookedQueryValue
Auto Trait Implementations
impl RefUnwindSafe for PtDspyCookedQueryValue
impl Send for PtDspyCookedQueryValue
impl Sync for PtDspyCookedQueryValue
impl Unpin for PtDspyCookedQueryValue
impl UnwindSafe for PtDspyCookedQueryValue
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