Struct IRTCClientProvisioning_Vtbl
#[repr(C)]pub struct IRTCClientProvisioning_Vtbl {
pub base__: IUnknown_Vtbl,
pub CreateProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub EnableProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT,
pub DisableProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub EnumerateProfiles: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Profiles: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: i32, _: isize) -> HRESULT,
pub SessionCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreateProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§EnableProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32) -> HRESULT
§DisableProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§EnumerateProfiles: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Profiles: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: i32, _: isize) -> HRESULT
§SessionCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IRTCClientProvisioning_Vtbl
impl IRTCClientProvisioning_Vtbl
pub const fn new<Identity: IRTCClientProvisioning_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRTCClientProvisioning_Vtbl
impl RefUnwindSafe for IRTCClientProvisioning_Vtbl
impl Send for IRTCClientProvisioning_Vtbl
impl Sync for IRTCClientProvisioning_Vtbl
impl Unpin for IRTCClientProvisioning_Vtbl
impl UnwindSafe for IRTCClientProvisioning_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