windows::Win32::System::WindowsSync

Trait IFeedClockVectorElement_Impl

pub trait IFeedClockVectorElement_Impl: IClockVectorElement_Impl {
    // Required methods
    fn GetSyncTime(&self, psynctime: *mut SYNC_TIME) -> Result<()>;
    fn GetFlags(&self, pbflags: *mut u8) -> Result<()>;
}

Required Methods§

fn GetSyncTime(&self, psynctime: *mut SYNC_TIME) -> Result<()>

fn GetFlags(&self, pbflags: *mut u8) -> 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§