Struct IMFPluginControl_Vtbl
#[repr(C)]pub struct IMFPluginControl_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetPreferredClsid: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: *mut GUID) -> HRESULT,
pub GetPreferredClsidByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut PWSTR, _: *mut GUID) -> HRESULT,
pub SetPreferredClsid: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: *const GUID) -> HRESULT,
pub IsDisabled: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID) -> HRESULT,
pub GetDisabledByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut GUID) -> HRESULT,
pub SetDisabled: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetPreferredClsid: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: *mut GUID) -> HRESULT
§GetPreferredClsidByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut PWSTR, _: *mut GUID) -> HRESULT
§SetPreferredClsid: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: *const GUID) -> HRESULT
§IsDisabled: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID) -> HRESULT
§GetDisabledByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut GUID) -> HRESULT
§SetDisabled: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: BOOL) -> HRESULT
Implementations§
§impl IMFPluginControl_Vtbl
impl IMFPluginControl_Vtbl
pub const fn new<Identity: IMFPluginControl_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFPluginControl_Vtbl
impl RefUnwindSafe for IMFPluginControl_Vtbl
impl Send for IMFPluginControl_Vtbl
impl Sync for IMFPluginControl_Vtbl
impl Unpin for IMFPluginControl_Vtbl
impl UnwindSafe for IMFPluginControl_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