Struct winapi::winbase::UMS_SCHEDULER_STARTUP_INFO
[−]
[src]
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 | |
CompletionList | |
SchedulerProc | |
SchedulerParam |
Trait Implementations
impl Copy for UMS_SCHEDULER_STARTUP_INFO[src]
impl Clone for UMS_SCHEDULER_STARTUP_INFO[src]
fn clone(&self) -> UMS_SCHEDULER_STARTUP_INFO
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more