Struct IRemoteSystemWatcher_Vtbl
#[repr(C)]pub struct IRemoteSystemWatcher_Vtbl {
pub base__: IInspectable_Vtbl,
pub Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub RemoteSystemAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveRemoteSystemAdded: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub RemoteSystemUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveRemoteSystemUpdated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub RemoteSystemRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveRemoteSystemRemoved: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§RemoteSystemAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveRemoteSystemAdded: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§RemoteSystemUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveRemoteSystemUpdated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§RemoteSystemRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveRemoteSystemRemoved: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULTAuto Trait Implementations§
impl Freeze for IRemoteSystemWatcher_Vtbl
impl RefUnwindSafe for IRemoteSystemWatcher_Vtbl
impl Send for IRemoteSystemWatcher_Vtbl
impl Sync for IRemoteSystemWatcher_Vtbl
impl Unpin for IRemoteSystemWatcher_Vtbl
impl UnwindSafe for IRemoteSystemWatcher_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