Struct IESEventServiceConfiguration_Vtbl
#[repr(C)]pub struct IESEventServiceConfiguration_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetParent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveParent: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetOwner: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveOwner: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetGraph: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveGraph: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetParent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveParent: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetOwner: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveOwner: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetGraph: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveGraph: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IESEventServiceConfiguration_Vtbl
impl IESEventServiceConfiguration_Vtbl
pub const fn new<Identity: IESEventServiceConfiguration_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IESEventServiceConfiguration_Vtbl
impl RefUnwindSafe for IESEventServiceConfiguration_Vtbl
impl Send for IESEventServiceConfiguration_Vtbl
impl Sync for IESEventServiceConfiguration_Vtbl
impl Unpin for IESEventServiceConfiguration_Vtbl
impl UnwindSafe for IESEventServiceConfiguration_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