Struct winapi::um::winbase::UMS_SCHEDULER_STARTUP_INFO
source · #[repr(C)]pub struct UMS_SCHEDULER_STARTUP_INFO {
pub UmsVersion: ULONG,
pub CompletionList: PUMS_COMPLETION_LIST,
pub SchedulerProc: PUMS_SCHEDULER_ENTRY_POINT,
pub SchedulerParam: PVOID,
}Fields§
§UmsVersion: ULONG§CompletionList: PUMS_COMPLETION_LIST§SchedulerProc: PUMS_SCHEDULER_ENTRY_POINT§SchedulerParam: PVOIDTrait Implementations§
source§impl Clone for UMS_SCHEDULER_STARTUP_INFO
impl Clone for UMS_SCHEDULER_STARTUP_INFO
source§fn clone(&self) -> UMS_SCHEDULER_STARTUP_INFO
fn clone(&self) -> UMS_SCHEDULER_STARTUP_INFO
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 Default for UMS_SCHEDULER_STARTUP_INFO
impl Default for UMS_SCHEDULER_STARTUP_INFO
source§fn default() -> UMS_SCHEDULER_STARTUP_INFO
fn default() -> UMS_SCHEDULER_STARTUP_INFO
Returns the “default value” for a type. Read more