Trait IClockVectorElement_Impl
pub trait IClockVectorElement_Impl: IUnknownImpl {
// Required methods
fn GetReplicaKey(&self, pdwreplicakey: *mut u32) -> Result<()>;
fn GetTickCount(&self, pulltickcount: *mut u64) -> Result<()>;
}
Required Methods§
fn GetReplicaKey(&self, pdwreplicakey: *mut u32) -> Result<()>
fn GetTickCount(&self, pulltickcount: *mut u64) -> 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.