pub trait IMFShutdown_Impl: Sized {
    // Required methods
    fn Shutdown(&self) -> Result<()>;
    fn GetShutdownStatus(&self) -> Result<MFSHUTDOWN_STATUS>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§