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