Trait IMFSensorProcessActivity_Impl
pub trait IMFSensorProcessActivity_Impl: IUnknownImpl {
// Required methods
fn GetProcessId(&self) -> Result<u32>;
fn GetStreamingState(&self) -> Result<BOOL>;
fn GetStreamingMode(&self) -> Result<MFSensorDeviceMode>;
fn GetReportTime(&self) -> Result<FILETIME>;
}
Required Methods§
fn GetProcessId(&self) -> Result<u32>
fn GetStreamingState(&self) -> Result<BOOL>
fn GetStreamingMode(&self) -> Result<MFSensorDeviceMode>
fn GetReportTime(&self) -> Result<FILETIME>
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.