#[repr(C)]pub struct IOpcRelationshipSelectorSet_Vtbl {
pub base__: IUnknown_Vtbl,
pub Create: unsafe extern "system" fn(_: *mut c_void, _: OPC_RELATIONSHIP_SELECTOR, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub Delete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetEnumerator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Create: unsafe extern "system" fn(_: *mut c_void, _: OPC_RELATIONSHIP_SELECTOR, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§Delete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetEnumerator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IOpcRelationshipSelectorSet_Vtbl
impl IOpcRelationshipSelectorSet_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IOpcRelationshipSelectorSet_Vtblwhere
Identity: IOpcRelationshipSelectorSet_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOpcRelationshipSelectorSet_Vtbl
impl RefUnwindSafe for IOpcRelationshipSelectorSet_Vtbl
impl Send for IOpcRelationshipSelectorSet_Vtbl
impl Sync for IOpcRelationshipSelectorSet_Vtbl
impl Unpin for IOpcRelationshipSelectorSet_Vtbl
impl UnwindSafe for IOpcRelationshipSelectorSet_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