Struct IRTCWatcher_Vtbl
#[repr(C)]pub struct IRTCWatcher_Vtbl {
pub base__: IRTCPresenceContact_Vtbl,
pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut RTC_WATCHER_STATE) -> HRESULT,
pub SetState: unsafe extern "system" fn(_: *mut c_void, _: RTC_WATCHER_STATE) -> HRESULT,
}
Fields§
§base__: IRTCPresenceContact_Vtbl
§State: unsafe extern "system" fn(_: *mut c_void, _: *mut RTC_WATCHER_STATE) -> HRESULT
§SetState: unsafe extern "system" fn(_: *mut c_void, _: RTC_WATCHER_STATE) -> HRESULT
Implementations§
§impl IRTCWatcher_Vtbl
impl IRTCWatcher_Vtbl
pub const fn new<Identity: IRTCWatcher_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRTCWatcher_Vtbl
impl RefUnwindSafe for IRTCWatcher_Vtbl
impl Send for IRTCWatcher_Vtbl
impl Sync for IRTCWatcher_Vtbl
impl Unpin for IRTCWatcher_Vtbl
impl UnwindSafe for IRTCWatcher_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