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