pub trait IMSVidDevice2_Impl: Sized {
    // Required method
    fn DevicePath(&self) -> Result<BSTR>;
}

Required Methods§

fn DevicePath(&self) -> Result<BSTR>

Object Safety§

This trait is not object safe.

Implementors§