#[repr(i32)]pub enum WORKERFACTORYINFOCLASS {
Show 17 variants
WorkerFactoryTimeout,
WorkerFactoryRetryTimeout,
WorkerFactoryIdleTimeout,
WorkerFactoryBindingCount,
WorkerFactoryThreadMinimum,
WorkerFactoryThreadMaximum,
WorkerFactoryPaused,
WorkerFactoryBasicInformation,
WorkerFactoryAdjustThreadGoal,
WorkerFactoryCallbackType,
WorkerFactoryStackInformation,
WorkerFactoryThreadBasePriority,
WorkerFactoryTimeoutWaiters,
WorkerFactoryFlags,
WorkerFactoryThreadSoftMaximum,
WorkerFactoryThreadCpuSets,
MaxWorkerFactoryInfoClass,
}Variants§
WorkerFactoryTimeout
WorkerFactoryRetryTimeout
WorkerFactoryIdleTimeout
WorkerFactoryBindingCount
WorkerFactoryThreadMinimum
WorkerFactoryThreadMaximum
WorkerFactoryPaused
WorkerFactoryBasicInformation
WorkerFactoryAdjustThreadGoal
WorkerFactoryCallbackType
WorkerFactoryStackInformation
WorkerFactoryThreadBasePriority
WorkerFactoryTimeoutWaiters
WorkerFactoryFlags
WorkerFactoryThreadSoftMaximum
WorkerFactoryThreadCpuSets
MaxWorkerFactoryInfoClass
Trait Implementations§
source§impl Clone for WORKERFACTORYINFOCLASS
impl Clone for WORKERFACTORYINFOCLASS
source§fn clone(&self) -> WORKERFACTORYINFOCLASS
fn clone(&self) -> WORKERFACTORYINFOCLASS
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 WORKERFACTORYINFOCLASS
impl Debug for WORKERFACTORYINFOCLASS
source§impl Hash for WORKERFACTORYINFOCLASS
impl Hash for WORKERFACTORYINFOCLASS
source§impl PartialEq<WORKERFACTORYINFOCLASS> for WORKERFACTORYINFOCLASS
impl PartialEq<WORKERFACTORYINFOCLASS> for WORKERFACTORYINFOCLASS
source§fn eq(&self, other: &WORKERFACTORYINFOCLASS) -> bool
fn eq(&self, other: &WORKERFACTORYINFOCLASS) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for WORKERFACTORYINFOCLASS
impl Eq for WORKERFACTORYINFOCLASS
impl StructuralEq for WORKERFACTORYINFOCLASS
impl StructuralPartialEq for WORKERFACTORYINFOCLASS
Auto Trait Implementations§
impl RefUnwindSafe for WORKERFACTORYINFOCLASS
impl Send for WORKERFACTORYINFOCLASS
impl Sync for WORKERFACTORYINFOCLASS
impl Unpin for WORKERFACTORYINFOCLASS
impl UnwindSafe for WORKERFACTORYINFOCLASS
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