pub trait IMFCdmSuspendNotify_Impl: Sized {
    // Required methods
    fn Begin(&self) -> Result<()>;
    fn End(&self) -> Result<()>;
}

Required Methods§

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

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

Object Safety§

This trait is not object safe.

Implementors§