Struct windows::System::RemoteSystems::IRemoteSystem_Vtbl
#[repr(C)]pub struct IRemoteSystem_Vtbl {
pub base__: IInspectable_Vtbl,
pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut RemoteSystemStatus) -> HRESULT,
pub IsAvailableByProximity: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut RemoteSystemStatus) -> HRESULT
§IsAvailableByProximity: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IRemoteSystem_Vtbl
impl RefUnwindSafe for IRemoteSystem_Vtbl
impl Send for IRemoteSystem_Vtbl
impl Sync for IRemoteSystem_Vtbl
impl Unpin for IRemoteSystem_Vtbl
impl UnwindSafe for IRemoteSystem_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