windows::Win32::System::ComponentServices

Trait ICrmFormatLogRecords_Impl

pub trait ICrmFormatLogRecords_Impl: IUnknownImpl {
    // Required methods
    fn GetColumnCount(&self) -> Result<i32>;
    fn GetColumnHeaders(&self) -> Result<VARIANT>;
    fn GetColumn(&self, crmlogrec: &CrmLogRecordRead) -> Result<VARIANT>;
    fn GetColumnVariants(&self, logrecord: &VARIANT) -> Result<VARIANT>;
}

Required Methods§

fn GetColumnCount(&self) -> Result<i32>

fn GetColumnHeaders(&self) -> Result<VARIANT>

fn GetColumn(&self, crmlogrec: &CrmLogRecordRead) -> Result<VARIANT>

fn GetColumnVariants(&self, logrecord: &VARIANT) -> Result<VARIANT>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§