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