[][src]Struct winrt::windows::foundation::diagnostics::RuntimeBrokerErrorSettings

pub struct RuntimeBrokerErrorSettings(_);

Methods from Deref<Target = IErrorReportingSettings>

Trait Implementations

impl ComInterface for RuntimeBrokerErrorSettings[src]

type Vtbl = <IErrorReportingSettings as ComInterface>::Vtbl

The type that defines the VTable of this interface.

impl ComIid for RuntimeBrokerErrorSettings[src]

impl RtInterface for RuntimeBrokerErrorSettings[src]

impl RtClassInterface for RuntimeBrokerErrorSettings[src]

impl RtType for RuntimeBrokerErrorSettings[src]

type In = RuntimeBrokerErrorSettings

type Abi = *mut RuntimeBrokerErrorSettings

type Out = Option<Self::OutNonNull>

type OutNonNull = ComPtr<RuntimeBrokerErrorSettings>

unsafe fn unwrap(input: &Self::In) -> Self::Abi[src]

unsafe fn uninitialized() -> Self::Abi[src]

unsafe fn wrap(abi: Self::Abi) -> Self::Out[src]

impl RtNamedClass for RuntimeBrokerErrorSettings[src]

impl RtActivatable<IActivationFactory> for RuntimeBrokerErrorSettings[src]

fn get_activation_factory() -> ComPtr<Interface> where
    Interface: RtInterface + ComIid
[src]

Returns a factory object to create instances of this class or to call static methods.

impl Deref for RuntimeBrokerErrorSettings[src]

type Target = IErrorReportingSettings

The resulting type after dereferencing.

impl DerefMut for RuntimeBrokerErrorSettings[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]