Struct IPeerFinderStatics2_Vtbl
#[repr(C)]pub struct IPeerFinderStatics2_Vtbl {
pub base__: IInspectable_Vtbl,
pub Role: unsafe extern "system" fn(_: *mut c_void, _: *mut PeerRole) -> HRESULT,
pub SetRole: unsafe extern "system" fn(_: *mut c_void, _: PeerRole) -> HRESULT,
pub DiscoveryData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDiscoveryData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CreateWatcher: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Role: unsafe extern "system" fn(_: *mut c_void, _: *mut PeerRole) -> HRESULT§SetRole: unsafe extern "system" fn(_: *mut c_void, _: PeerRole) -> HRESULT§DiscoveryData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDiscoveryData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§CreateWatcher: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IPeerFinderStatics2_Vtbl
impl RefUnwindSafe for IPeerFinderStatics2_Vtbl
impl Send for IPeerFinderStatics2_Vtbl
impl Sync for IPeerFinderStatics2_Vtbl
impl Unpin for IPeerFinderStatics2_Vtbl
impl UnwindSafe for IPeerFinderStatics2_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