Struct IDataCollector_Vtbl
#[repr(C)]pub struct IDataCollector_Vtbl {Show 26 fields
pub base__: IDispatch_Vtbl,
pub DataCollectorSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDataCollectorSet: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DataCollectorType: unsafe extern "system" fn(_: *mut c_void, _: *mut DataCollectorType) -> HRESULT,
pub FileName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFileName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub FileNameFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut AutoPathFormat) -> HRESULT,
pub SetFileNameFormat: unsafe extern "system" fn(_: *mut c_void, _: AutoPathFormat) -> HRESULT,
pub FileNameFormatPattern: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFileNameFormatPattern: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub LatestOutputLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetLatestOutputLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub LogAppend: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetLogAppend: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub LogCircular: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetLogCircular: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub LogOverwrite: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetLogOverwrite: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OutputLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Index: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetIndex: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Xml: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetXml: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateOutputLocation: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§DataCollectorSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDataCollectorSet: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§DataCollectorType: unsafe extern "system" fn(_: *mut c_void, _: *mut DataCollectorType) -> HRESULT§FileName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetFileName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§FileNameFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut AutoPathFormat) -> HRESULT§SetFileNameFormat: unsafe extern "system" fn(_: *mut c_void, _: AutoPathFormat) -> HRESULT§FileNameFormatPattern: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetFileNameFormatPattern: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§LatestOutputLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetLatestOutputLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§LogAppend: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetLogAppend: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§LogCircular: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetLogCircular: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§LogOverwrite: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetLogOverwrite: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§OutputLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Index: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetIndex: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§Xml: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetXml: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreateOutputLocation: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut *mut c_void) -> HRESULTImplementations§
§impl IDataCollector_Vtbl
impl IDataCollector_Vtbl
pub const fn new<Identity: IDataCollector_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDataCollector_Vtbl
impl RefUnwindSafe for IDataCollector_Vtbl
impl Send for IDataCollector_Vtbl
impl Sync for IDataCollector_Vtbl
impl Unpin for IDataCollector_Vtbl
impl UnwindSafe for IDataCollector_Vtbl
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