Struct IMFTopologyServiceLookup_Vtbl
#[repr(C)]pub struct IMFTopologyServiceLookup_Vtbl {
pub base__: IUnknown_Vtbl,
pub LookupService: unsafe extern "system" fn(_: *mut c_void, _: MF_SERVICE_LOOKUP_TYPE, _: u32, _: *const GUID, _: *const GUID, _: *mut *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§LookupService: unsafe extern "system" fn(_: *mut c_void, _: MF_SERVICE_LOOKUP_TYPE, _: u32, _: *const GUID, _: *const GUID, _: *mut *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IMFTopologyServiceLookup_Vtbl
impl IMFTopologyServiceLookup_Vtbl
pub const fn new<Identity: IMFTopologyServiceLookup_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFTopologyServiceLookup_Vtbl
impl RefUnwindSafe for IMFTopologyServiceLookup_Vtbl
impl Send for IMFTopologyServiceLookup_Vtbl
impl Sync for IMFTopologyServiceLookup_Vtbl
impl Unpin for IMFTopologyServiceLookup_Vtbl
impl UnwindSafe for IMFTopologyServiceLookup_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