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