Trait IWMReaderStreamClock_Impl
pub trait IWMReaderStreamClock_Impl: IUnknownImpl {
// Required methods
fn GetTime(&self, pcnsnow: *const u64) -> Result<()>;
fn SetTimer(&self, cnswhen: u64, pvparam: *const c_void) -> Result<u32>;
fn KillTimer(&self, dwtimerid: u32) -> Result<()>;
}
Required Methods§
fn GetTime(&self, pcnsnow: *const u64) -> Result<()>
fn SetTimer(&self, cnswhen: u64, pvparam: *const c_void) -> Result<u32>
fn KillTimer(&self, dwtimerid: u32) -> 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.