Struct windows::Devices::WiFiDirect::Services::IWiFiDirectService_Vtbl
#[repr(C)]pub struct IWiFiDirectService_Vtbl {Show 13 fields
pub base__: IInspectable_Vtbl,
pub RemoteServiceInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SupportedConfigurationMethods: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PreferGroupOwnerMode: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetPreferGroupOwnerMode: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub SessionInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSessionInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ServiceError: unsafe extern "system" fn(_: *mut c_void, _: *mut WiFiDirectServiceError) -> HRESULT,
pub SessionDeferred: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveSessionDeferred: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub GetProvisioningInfoAsync: unsafe extern "system" fn(_: *mut c_void, _: WiFiDirectServiceConfigurationMethod, _: *mut *mut c_void) -> HRESULT,
pub ConnectAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ConnectAsyncWithPin: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§RemoteServiceInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SupportedConfigurationMethods: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PreferGroupOwnerMode: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetPreferGroupOwnerMode: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§SessionInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSessionInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ServiceError: unsafe extern "system" fn(_: *mut c_void, _: *mut WiFiDirectServiceError) -> HRESULT
§SessionDeferred: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveSessionDeferred: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§GetProvisioningInfoAsync: unsafe extern "system" fn(_: *mut c_void, _: WiFiDirectServiceConfigurationMethod, _: *mut *mut c_void) -> HRESULT
§ConnectAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ConnectAsyncWithPin: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWiFiDirectService_Vtbl
impl RefUnwindSafe for IWiFiDirectService_Vtbl
impl Send for IWiFiDirectService_Vtbl
impl Sync for IWiFiDirectService_Vtbl
impl Unpin for IWiFiDirectService_Vtbl
impl UnwindSafe for IWiFiDirectService_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