pub trait IMFCameraOcclusionStateMonitor_Impl: Sized {
    // Required methods
    fn Start(&self) -> Result<()>;
    fn Stop(&self) -> Result<()>;
    fn GetSupportedStates(&self) -> u32;
}

Required Methods§

fn Start(&self) -> Result<()>

fn Stop(&self) -> Result<()>

fn GetSupportedStates(&self) -> u32

Object Safety§

This trait is not object safe.

Implementors§