Struct windows_sys::Win32::System::Wmi::MI_OperationCallbacks
[−]#[repr(C)]pub struct MI_OperationCallbacks {
pub callbackContext: *mut c_void,
pub promptUser: MI_OperationCallback_PromptUser,
pub writeError: MI_OperationCallback_WriteError,
pub writeMessage: MI_OperationCallback_WriteMessage,
pub writeProgress: MI_OperationCallback_WriteProgress,
pub instanceResult: MI_OperationCallback_Instance,
pub indicationResult: MI_OperationCallback_Indication,
pub classResult: MI_OperationCallback_Class,
pub streamedParameterResult: MI_OperationCallback_StreamedParameter,
}
Expand description
Required features: "Win32_System_Wmi"
Fields
callbackContext: *mut c_void
promptUser: MI_OperationCallback_PromptUser
writeError: MI_OperationCallback_WriteError
writeMessage: MI_OperationCallback_WriteMessage
writeProgress: MI_OperationCallback_WriteProgress
instanceResult: MI_OperationCallback_Instance
indicationResult: MI_OperationCallback_Indication
classResult: MI_OperationCallback_Class
streamedParameterResult: MI_OperationCallback_StreamedParameter
Trait Implementations
impl Clone for MI_OperationCallbacks
impl Clone for MI_OperationCallbacks
impl Copy for MI_OperationCallbacks
Auto Trait Implementations
impl RefUnwindSafe for MI_OperationCallbacks
impl !Send for MI_OperationCallbacks
impl !Sync for MI_OperationCallbacks
impl Unpin for MI_OperationCallbacks
impl UnwindSafe for MI_OperationCallbacks
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more