pub trait IAMClockAdjust_Impl: Sized {
    // Required method
    fn SetClockDelta(&self, rtdelta: i64) -> Result<()>;
}

Required Methods§

fn SetClockDelta(&self, rtdelta: i64) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§