#[repr(C)]
pub struct WORKER_FACTORY_BASIC_INFORMATION {
Show 24 fields pub Timeout: LARGE_INTEGER, pub RetryTimeout: LARGE_INTEGER, pub IdleTimeout: LARGE_INTEGER, pub Paused: BOOLEAN, pub TimerSet: BOOLEAN, pub QueuedToExWorker: BOOLEAN, pub MayCreate: BOOLEAN, pub CreateInProgress: BOOLEAN, pub InsertedIntoQueue: BOOLEAN, pub Shutdown: BOOLEAN, pub BindingCount: ULONG, pub ThreadMinimum: ULONG, pub ThreadMaximum: ULONG, pub PendingWorkerCount: ULONG, pub WaitingWorkerCount: ULONG, pub TotalWorkerCount: ULONG, pub ReleaseCount: ULONG, pub InfiniteWaitGoal: LONGLONG, pub StartRoutine: PVOID, pub StartParameter: PVOID, pub ProcessId: HANDLE, pub StackReserve: SIZE_T, pub StackCommit: SIZE_T, pub LastThreadCreationStatus: NTSTATUS,
}

Fields

Timeout: LARGE_INTEGERRetryTimeout: LARGE_INTEGERIdleTimeout: LARGE_INTEGERPaused: BOOLEANTimerSet: BOOLEANQueuedToExWorker: BOOLEANMayCreate: BOOLEANCreateInProgress: BOOLEANInsertedIntoQueue: BOOLEANShutdown: BOOLEANBindingCount: ULONGThreadMinimum: ULONGThreadMaximum: ULONGPendingWorkerCount: ULONGWaitingWorkerCount: ULONGTotalWorkerCount: ULONGReleaseCount: ULONGInfiniteWaitGoal: LONGLONGStartRoutine: PVOIDStartParameter: PVOIDProcessId: HANDLEStackReserve: SIZE_TStackCommit: SIZE_TLastThreadCreationStatus: NTSTATUS

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.