Struct IMFWorkQueueServices_Vtbl
#[repr(C)]pub struct IMFWorkQueueServices_Vtbl {Show 13 fields
pub base__: IUnknown_Vtbl,
pub BeginRegisterTopologyWorkQueuesWithMMCSS: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub EndRegisterTopologyWorkQueuesWithMMCSS: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub BeginUnregisterTopologyWorkQueuesWithMMCSS: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub EndUnregisterTopologyWorkQueuesWithMMCSS: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetTopologyWorkQueueMMCSSClass: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: *mut u32) -> HRESULT,
pub GetTopologyWorkQueueMMCSSTaskId: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub BeginRegisterPlatformWorkQueueWithMMCSS: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: u32, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub EndRegisterPlatformWorkQueueWithMMCSS: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT,
pub BeginUnregisterPlatformWorkQueueWithMMCSS: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub EndUnregisterPlatformWorkQueueWithMMCSS: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetPlaftormWorkQueueMMCSSClass: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: *mut u32) -> HRESULT,
pub GetPlatformWorkQueueMMCSSTaskId: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§BeginRegisterTopologyWorkQueuesWithMMCSS: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT§EndRegisterTopologyWorkQueuesWithMMCSS: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§BeginUnregisterTopologyWorkQueuesWithMMCSS: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT§EndUnregisterTopologyWorkQueuesWithMMCSS: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetTopologyWorkQueueMMCSSClass: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: *mut u32) -> HRESULT§GetTopologyWorkQueueMMCSSTaskId: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT§BeginRegisterPlatformWorkQueueWithMMCSS: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: u32, _: *mut c_void, _: *mut c_void) -> HRESULT§EndRegisterPlatformWorkQueueWithMMCSS: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT§BeginUnregisterPlatformWorkQueueWithMMCSS: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut c_void) -> HRESULT§EndUnregisterPlatformWorkQueueWithMMCSS: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetPlaftormWorkQueueMMCSSClass: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: *mut u32) -> HRESULT§GetPlatformWorkQueueMMCSSTaskId: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULTImplementations§
§impl IMFWorkQueueServices_Vtbl
impl IMFWorkQueueServices_Vtbl
pub const fn new<Identity: IMFWorkQueueServices_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFWorkQueueServices_Vtbl
impl RefUnwindSafe for IMFWorkQueueServices_Vtbl
impl Send for IMFWorkQueueServices_Vtbl
impl Sync for IMFWorkQueueServices_Vtbl
impl Unpin for IMFWorkQueueServices_Vtbl
impl UnwindSafe for IMFWorkQueueServices_Vtbl
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