Struct windows_sys::Win32::System::Wmi::MI_Operation
[−]#[repr(C)]pub struct MI_Operation {
pub reserved1: u64,
pub reserved2: isize,
pub ft: *const MI_OperationFT,
}
Expand description
Required features: "Win32_System_Wmi"
Fields
reserved1: u64
reserved2: isize
ft: *const MI_OperationFT
Trait Implementations
impl Clone for MI_Operation
impl Clone for MI_Operation
impl Copy for MI_Operation
Auto Trait Implementations
impl RefUnwindSafe for MI_Operation
impl !Send for MI_Operation
impl !Sync for MI_Operation
impl Unpin for MI_Operation
impl UnwindSafe for MI_Operation
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