pub type UMS_SCHEDULER_STARTUP_INFO = _UMS_SCHEDULER_STARTUP_INFO;
Aliased Type§
struct UMS_SCHEDULER_STARTUP_INFO {
pub UmsVersion: u32,
pub CompletionList: *mut c_void,
pub SchedulerProc: Option<unsafe extern "C" fn(_: i32, _: u64, _: *mut c_void)>,
pub SchedulerParam: *mut c_void,
}
Fields§
§UmsVersion: u32
§CompletionList: *mut c_void
§SchedulerProc: Option<unsafe extern "C" fn(_: i32, _: u64, _: *mut c_void)>
§SchedulerParam: *mut c_void
Trait 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 Debug for _UMS_SCHEDULER_STARTUP_INFO
impl Debug for _UMS_SCHEDULER_STARTUP_INFO
Source§impl Ord for _UMS_SCHEDULER_STARTUP_INFO
impl Ord for _UMS_SCHEDULER_STARTUP_INFO
Source§fn cmp(&self, other: &_UMS_SCHEDULER_STARTUP_INFO) -> Ordering
fn cmp(&self, other: &_UMS_SCHEDULER_STARTUP_INFO) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more