Struct windows_sys::Win32::System::Wmi::WBEM_COMPILE_STATUS_INFO
[−]#[repr(C)]pub struct WBEM_COMPILE_STATUS_INFO {
pub lPhaseError: i32,
pub hRes: HRESULT,
pub ObjectNum: i32,
pub FirstLine: i32,
pub LastLine: i32,
pub dwOutFlags: u32,
}
Expand description
Required features: "Win32_System_Wmi"
Fields
lPhaseError: i32
hRes: HRESULT
ObjectNum: i32
FirstLine: i32
LastLine: i32
dwOutFlags: u32
Trait Implementations
impl Clone for WBEM_COMPILE_STATUS_INFO
impl Clone for WBEM_COMPILE_STATUS_INFO
impl Copy for WBEM_COMPILE_STATUS_INFO
Auto Trait Implementations
impl RefUnwindSafe for WBEM_COMPILE_STATUS_INFO
impl Send for WBEM_COMPILE_STATUS_INFO
impl Sync for WBEM_COMPILE_STATUS_INFO
impl Unpin for WBEM_COMPILE_STATUS_INFO
impl UnwindSafe for WBEM_COMPILE_STATUS_INFO
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