Struct windows::Win32::System::RealTimeCommunications::IRTCParticipant_Vtbl
#[repr(C)]pub struct IRTCParticipant_Vtbl {
pub base__: IUnknown_Vtbl,
pub UserURI: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub Removable: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut RTC_PARTICIPANT_STATE) -> HRESULT,
pub Session: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§UserURI: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§Removable: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§State: unsafe extern "system" fn(_: *mut c_void, _: *mut RTC_PARTICIPANT_STATE) -> HRESULT
§Session: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IRTCParticipant_Vtbl
impl IRTCParticipant_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IRTCParticipant_Vtblwhere
Identity: IRTCParticipant_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRTCParticipant_Vtbl
impl RefUnwindSafe for IRTCParticipant_Vtbl
impl Send for IRTCParticipant_Vtbl
impl Sync for IRTCParticipant_Vtbl
impl Unpin for IRTCParticipant_Vtbl
impl UnwindSafe for IRTCParticipant_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