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