windows::Win32::System::WindowsSync

Trait ISyncChangeBuilder_Impl

pub trait ISyncChangeBuilder_Impl: IUnknownImpl {
    // Required method
    fn AddChangeUnitMetadata(
        &self,
        pbchangeunitid: *const u8,
        pchangeunitversion: *const SYNC_VERSION,
    ) -> Result<()>;
}

Required Methods§

fn AddChangeUnitMetadata( &self, pbchangeunitid: *const u8, pchangeunitversion: *const SYNC_VERSION, ) -> 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§