windows::ApplicationModel::Activation

Trait ICameraSettingsActivatedEventArgs_Impl

pub trait ICameraSettingsActivatedEventArgs_Impl: IActivatedEventArgs_Impl {
    // Required methods
    fn VideoDeviceController(&self) -> Result<IInspectable>;
    fn VideoDeviceExtension(&self) -> Result<IInspectable>;
}

Required Methods§

fn VideoDeviceController(&self) -> Result<IInspectable>

fn VideoDeviceExtension(&self) -> Result<IInspectable>

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§