Struct IRTCPortManager_Vtbl
#[repr(C)]pub struct IRTCPortManager_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetMapping: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: RTC_PORT_TYPE, _: *mut *mut c_void, _: *mut i32, _: *mut *mut c_void, _: *mut i32) -> HRESULT,
pub UpdateRemoteAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: i32, _: *mut c_void, _: i32) -> HRESULT,
pub ReleaseMapping: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetMapping: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: RTC_PORT_TYPE, _: *mut *mut c_void, _: *mut i32, _: *mut *mut c_void, _: *mut i32) -> HRESULT
§UpdateRemoteAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: i32, _: *mut c_void, _: i32) -> HRESULT
§ReleaseMapping: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: *mut c_void, _: i32) -> HRESULT
Implementations§
§impl IRTCPortManager_Vtbl
impl IRTCPortManager_Vtbl
pub const fn new<Identity: IRTCPortManager_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRTCPortManager_Vtbl
impl RefUnwindSafe for IRTCPortManager_Vtbl
impl Send for IRTCPortManager_Vtbl
impl Sync for IRTCPortManager_Vtbl
impl Unpin for IRTCPortManager_Vtbl
impl UnwindSafe for IRTCPortManager_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