pub trait IWMReaderStreamClock_Impl: Sized {
// 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<()>
Object Safety§
This trait is not object safe.