#[repr(C)]pub struct WBEM_COMPILE_STATUS_INFO {
pub lPhaseError: c_long,
pub hRes: HRESULT,
pub ObjectNum: c_long,
pub FirstLine: c_long,
pub LastLine: c_long,
pub dwOutFlags: DWORD,
}
Fields§
§lPhaseError: c_long
§hRes: HRESULT
§ObjectNum: c_long
§FirstLine: c_long
§LastLine: c_long
§dwOutFlags: DWORD
Trait Implementations§
Source§impl Clone for WBEM_COMPILE_STATUS_INFO
impl Clone for WBEM_COMPILE_STATUS_INFO
Source§fn clone(&self) -> WBEM_COMPILE_STATUS_INFO
fn clone(&self) -> WBEM_COMPILE_STATUS_INFO
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for WBEM_COMPILE_STATUS_INFO
impl Default for WBEM_COMPILE_STATUS_INFO
Source§fn default() -> WBEM_COMPILE_STATUS_INFO
fn default() -> WBEM_COMPILE_STATUS_INFO
Returns the “default value” for a type. Read more
impl Copy for WBEM_COMPILE_STATUS_INFO
Auto Trait Implementations§
impl Freeze for WBEM_COMPILE_STATUS_INFO
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