Enum windows_native::nttp::TP_TRACE_TYPE
source · #[repr(i32)]pub enum TP_TRACE_TYPE {
TpTraceThreadPriority,
TpTraceThreadAffinity,
MaxTpTraceType,
}Variants§
Trait Implementations§
source§impl Clone for TP_TRACE_TYPE
impl Clone for TP_TRACE_TYPE
source§fn clone(&self) -> TP_TRACE_TYPE
fn clone(&self) -> TP_TRACE_TYPE
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 moresource§impl Debug for TP_TRACE_TYPE
impl Debug for TP_TRACE_TYPE
source§impl Hash for TP_TRACE_TYPE
impl Hash for TP_TRACE_TYPE
source§impl PartialEq<TP_TRACE_TYPE> for TP_TRACE_TYPE
impl PartialEq<TP_TRACE_TYPE> for TP_TRACE_TYPE
source§fn eq(&self, other: &TP_TRACE_TYPE) -> bool
fn eq(&self, other: &TP_TRACE_TYPE) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for TP_TRACE_TYPE
impl Eq for TP_TRACE_TYPE
impl StructuralEq for TP_TRACE_TYPE
impl StructuralPartialEq for TP_TRACE_TYPE
Auto Trait Implementations§
impl RefUnwindSafe for TP_TRACE_TYPE
impl Send for TP_TRACE_TYPE
impl Sync for TP_TRACE_TYPE
impl Unpin for TP_TRACE_TYPE
impl UnwindSafe for TP_TRACE_TYPE
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