Struct windows_sys::Win32::System::Wmi::MI_OperationFT
[−]#[repr(C)]pub struct MI_OperationFT {
pub Close: isize,
pub Cancel: isize,
pub GetSession: isize,
pub GetInstance: isize,
pub GetIndication: isize,
pub GetClass: isize,
}
Expand description
Required features: "Win32_System_Wmi"
Fields
Close: isize
Cancel: isize
GetSession: isize
GetInstance: isize
GetIndication: isize
GetClass: isize
Trait Implementations
impl Clone for MI_OperationFT
impl Clone for MI_OperationFT
impl Copy for MI_OperationFT
Auto Trait Implementations
impl RefUnwindSafe for MI_OperationFT
impl Send for MI_OperationFT
impl Sync for MI_OperationFT
impl Unpin for MI_OperationFT
impl UnwindSafe for MI_OperationFT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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