pub trait ICameraSettingsActivatedEventArgs_Impl: Sized + 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>
Object Safety§
This trait is not object safe.