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,
}Fields§
§lPhaseError: i32§hRes: HRESULT§ObjectNum: i32§FirstLine: i32§LastLine: i32§dwOutFlags: u32Trait 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more