Struct IRTCWatcherEvent2_Vtbl
#[repr(C)]pub struct IRTCWatcherEvent2_Vtbl {
pub base__: IRTCWatcherEvent_Vtbl,
pub EventType: unsafe extern "system" fn(_: *mut c_void, _: *mut RTC_WATCHER_EVENT_TYPE) -> HRESULT,
pub StatusCode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IRTCWatcherEvent_Vtbl
§EventType: unsafe extern "system" fn(_: *mut c_void, _: *mut RTC_WATCHER_EVENT_TYPE) -> HRESULT
§StatusCode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IRTCWatcherEvent2_Vtbl
impl IRTCWatcherEvent2_Vtbl
pub const fn new<Identity: IRTCWatcherEvent2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRTCWatcherEvent2_Vtbl
impl RefUnwindSafe for IRTCWatcherEvent2_Vtbl
impl Send for IRTCWatcherEvent2_Vtbl
impl Sync for IRTCWatcherEvent2_Vtbl
impl Unpin for IRTCWatcherEvent2_Vtbl
impl UnwindSafe for IRTCWatcherEvent2_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