Struct windows::Management::Deployment::IDeploymentResult_Vtbl
#[repr(C)]pub struct IDeploymentResult_Vtbl {
pub base__: IInspectable_Vtbl,
pub ErrorText: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub ActivityId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub ExtendedErrorCode: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ErrorText: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§ActivityId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§ExtendedErrorCode: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDeploymentResult_Vtbl
impl RefUnwindSafe for IDeploymentResult_Vtbl
impl Send for IDeploymentResult_Vtbl
impl Sync for IDeploymentResult_Vtbl
impl Unpin for IDeploymentResult_Vtbl
impl UnwindSafe for IDeploymentResult_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