pub trait IMFSensorProcessActivity_Impl: Sized {
    // Required methods
    fn GetProcessId(&self) -> Result<u32>;
    fn GetStreamingState(&self) -> Result<BOOL>;
    fn GetStreamingMode(&self) -> Result<MFSensorDeviceMode>;
    fn GetReportTime(&self) -> Result<FILETIME>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§