windows::Win32::System::WindowsSync

Trait IFilterTrackingSyncChangeBuilder_Impl

pub trait IFilterTrackingSyncChangeBuilder_Impl: IUnknownImpl {
    // Required methods
    fn AddFilterChange(
        &self,
        dwfilterkey: u32,
        pfilterchange: *const SYNC_FILTER_CHANGE,
    ) -> Result<()>;
    fn SetAllChangeUnitsPresentFlag(&self) -> Result<()>;
}

Required Methods§

fn AddFilterChange( &self, dwfilterkey: u32, pfilterchange: *const SYNC_FILTER_CHANGE, ) -> Result<()>

fn SetAllChangeUnitsPresentFlag(&self) -> Result<()>

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§