Struct IPeerFinderStatics_Vtbl
#[repr(C)]pub struct IPeerFinderStatics_Vtbl {Show 20 fields
pub base__: IInspectable_Vtbl,
pub AllowBluetooth: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAllowBluetooth: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AllowInfrastructure: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAllowInfrastructure: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AllowWiFiDirect: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAllowWiFiDirect: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SupportedDiscoveryTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut PeerDiscoveryTypes) -> HRESULT,
pub AlternateIdentities: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub StartWithMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub TriggeredConnectionStateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveTriggeredConnectionStateChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub ConnectionRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveConnectionRequested: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub FindAllPeersAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ConnectAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AllowBluetooth: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAllowBluetooth: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§AllowInfrastructure: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAllowInfrastructure: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§AllowWiFiDirect: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAllowWiFiDirect: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SupportedDiscoveryTypes: unsafe extern "system" fn(_: *mut c_void, _: *mut PeerDiscoveryTypes) -> HRESULT
§AlternateIdentities: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§StartWithMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§TriggeredConnectionStateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveTriggeredConnectionStateChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§ConnectionRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveConnectionRequested: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§FindAllPeersAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ConnectAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPeerFinderStatics_Vtbl
impl RefUnwindSafe for IPeerFinderStatics_Vtbl
impl Send for IPeerFinderStatics_Vtbl
impl Sync for IPeerFinderStatics_Vtbl
impl Unpin for IPeerFinderStatics_Vtbl
impl UnwindSafe for IPeerFinderStatics_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