Struct IDeploymentResult_Vtbl
#[repr(C)]pub struct IDeploymentResult_Vtbl {
pub base__: IInspectable_Vtbl,
pub ErrorText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> 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 *mut c_void) -> HRESULT§ActivityId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT§ExtendedErrorCode: unsafe extern "system" fn(_: *mut c_void, _: *mut HRESULT) -> HRESULTAuto 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