Struct IRTCSession2_Vtbl
#[repr(C)]pub struct IRTCSession2_Vtbl {
pub base__: IRTCSession_Vtbl,
pub SendInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: isize) -> HRESULT,
pub put_PreferredSecurityLevel: unsafe extern "system" fn(_: *mut c_void, _: RTC_SECURITY_TYPE, _: RTC_SECURITY_LEVEL) -> HRESULT,
pub get_PreferredSecurityLevel: unsafe extern "system" fn(_: *mut c_void, _: RTC_SECURITY_TYPE, _: *mut RTC_SECURITY_LEVEL) -> HRESULT,
pub IsSecurityEnabled: unsafe extern "system" fn(_: *mut c_void, _: RTC_SECURITY_TYPE, _: *mut VARIANT_BOOL) -> HRESULT,
pub AnswerWithSessionDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub ReInviteWithSessionDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: isize) -> HRESULT,
}
Fields§
§base__: IRTCSession_Vtbl
§SendInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: isize) -> HRESULT
§put_PreferredSecurityLevel: unsafe extern "system" fn(_: *mut c_void, _: RTC_SECURITY_TYPE, _: RTC_SECURITY_LEVEL) -> HRESULT
§get_PreferredSecurityLevel: unsafe extern "system" fn(_: *mut c_void, _: RTC_SECURITY_TYPE, _: *mut RTC_SECURITY_LEVEL) -> HRESULT
§IsSecurityEnabled: unsafe extern "system" fn(_: *mut c_void, _: RTC_SECURITY_TYPE, _: *mut VARIANT_BOOL) -> HRESULT
§AnswerWithSessionDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§ReInviteWithSessionDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: isize) -> HRESULT
Implementations§
§impl IRTCSession2_Vtbl
impl IRTCSession2_Vtbl
pub const fn new<Identity: IRTCSession2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRTCSession2_Vtbl
impl RefUnwindSafe for IRTCSession2_Vtbl
impl Send for IRTCSession2_Vtbl
impl Sync for IRTCSession2_Vtbl
impl Unpin for IRTCSession2_Vtbl
impl UnwindSafe for IRTCSession2_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