#[repr(C)]pub struct IRTCRoamingEvent_Vtbl {
pub base__: IDispatch_Vtbl,
pub EventType: unsafe extern "system" fn(_: *mut c_void, _: *mut RTC_ROAMING_EVENT_TYPE) -> HRESULT,
pub Profile: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub StatusCode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub StatusText: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§EventType: unsafe extern "system" fn(_: *mut c_void, _: *mut RTC_ROAMING_EVENT_TYPE) -> HRESULT
§Profile: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§StatusCode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§StatusText: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IRTCRoamingEvent_Vtbl
impl IRTCRoamingEvent_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IRTCRoamingEvent_Vtblwhere
Identity: IRTCRoamingEvent_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRTCRoamingEvent_Vtbl
impl RefUnwindSafe for IRTCRoamingEvent_Vtbl
impl Send for IRTCRoamingEvent_Vtbl
impl Sync for IRTCRoamingEvent_Vtbl
impl Unpin for IRTCRoamingEvent_Vtbl
impl UnwindSafe for IRTCRoamingEvent_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