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