pub trait IAMAsyncReaderTimestampScaling_Impl: Sized {
    // Required methods
    fn GetTimestampMode(&self) -> Result<BOOL>;
    fn SetTimestampMode(&self, fraw: BOOL) -> Result<()>;
}

Required Methods§

fn GetTimestampMode(&self) -> Result<BOOL>

fn SetTimestampMode(&self, fraw: BOOL) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§