windows::Win32::Media::DeviceManager

Trait ISCPSecureAuthenticate2_Impl

pub trait ISCPSecureAuthenticate2_Impl: ISCPSecureAuthenticate_Impl {
    // Required method
    fn GetSCPSession(&self) -> Result<ISCPSession>;
}

Required Methods§

fn GetSCPSession(&self) -> Result<ISCPSession>

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.

Implementors§