#[repr(C)]
pub struct IRTCSession_Vtbl {
Show 21 fields pub base__: IUnknown_Vtbl, pub Client: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut RTC_SESSION_STATE) -> HRESULT, pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut RTC_SESSION_TYPE) -> HRESULT, pub Profile: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub Participants: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub Answer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub Terminate: unsafe extern "system" fn(_: *mut c_void, _: RTC_TERMINATE_REASON) -> HRESULT, pub Redirect: unsafe extern "system" fn(_: *mut c_void, _: RTC_SESSION_TYPE, _: MaybeUninit<BSTR>, _: *mut c_void, _: i32) -> HRESULT, pub AddParticipant: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: *mut *mut c_void) -> HRESULT, pub RemoveParticipant: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub EnumerateParticipants: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub CanAddParticipants: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub RedirectedUserURI: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub RedirectedUserName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub NextRedirectedUser: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub SendMessage: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: isize) -> HRESULT, pub SendMessageStatus: unsafe extern "system" fn(_: *mut c_void, _: RTC_MESSAGING_USER_STATUS, _: isize) -> HRESULT, pub AddStream: unsafe extern "system" fn(_: *mut c_void, _: i32, _: isize) -> HRESULT, pub RemoveStream: unsafe extern "system" fn(_: *mut c_void, _: i32, _: isize) -> HRESULT, pub put_EncryptionKey: unsafe extern "system" fn(_: *mut c_void, _: i32, _: MaybeUninit<BSTR>) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§Client: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§State: unsafe extern "system" fn(_: *mut c_void, _: *mut RTC_SESSION_STATE) -> HRESULT§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut RTC_SESSION_TYPE) -> HRESULT§Profile: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Participants: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Answer: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Terminate: unsafe extern "system" fn(_: *mut c_void, _: RTC_TERMINATE_REASON) -> HRESULT§Redirect: unsafe extern "system" fn(_: *mut c_void, _: RTC_SESSION_TYPE, _: MaybeUninit<BSTR>, _: *mut c_void, _: i32) -> HRESULT§AddParticipant: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: *mut *mut c_void) -> HRESULT§RemoveParticipant: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§EnumerateParticipants: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CanAddParticipants: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§RedirectedUserURI: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§RedirectedUserName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§NextRedirectedUser: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§SendMessage: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: isize) -> HRESULT§SendMessageStatus: unsafe extern "system" fn(_: *mut c_void, _: RTC_MESSAGING_USER_STATUS, _: isize) -> HRESULT§AddStream: unsafe extern "system" fn(_: *mut c_void, _: i32, _: isize) -> HRESULT§RemoveStream: unsafe extern "system" fn(_: *mut c_void, _: i32, _: isize) -> HRESULT§put_EncryptionKey: unsafe extern "system" fn(_: *mut c_void, _: i32, _: MaybeUninit<BSTR>) -> HRESULT

Implementations§

§

impl IRTCSession_Vtbl

pub const fn new<Identity, const OFFSET: isize>() -> IRTCSession_Vtbl
where Identity: IRTCSession_Impl + IUnknownImpl,

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.