#[repr(C)]pub struct IInterfaceRelated_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetIID: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub GetIID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetIID: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
§GetIID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
Implementations§
§impl IInterfaceRelated_Vtbl
impl IInterfaceRelated_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IInterfaceRelated_Vtblwhere
Identity: IInterfaceRelated_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IInterfaceRelated_Vtbl
impl RefUnwindSafe for IInterfaceRelated_Vtbl
impl Send for IInterfaceRelated_Vtbl
impl Sync for IInterfaceRelated_Vtbl
impl Unpin for IInterfaceRelated_Vtbl
impl UnwindSafe for IInterfaceRelated_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