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

#[repr(transparent)]
pub struct ILoggingOptionsFactory { /* fields omitted */ }

Methods

impl ILoggingOptionsFactory[src]

pub fn create_with_keywords(
    &self,
    keywords: i64
) -> Result<ComPtr<LoggingOptions>>
[src]

Methods from Deref<Target = IInspectable>

pub fn get_iids(&self) -> ComArray<Guid>[src]

Returns the interfaces that are implemented by the current Windows Runtime object.

pub fn get_trust_level(&self) -> TrustLevel[src]

Returns the trust level of the current Windows Runtime object.

Trait Implementations

impl ComInterface for ILoggingOptionsFactory[src]

type Vtbl = ILoggingOptionsFactoryVtbl

The type that defines the VTable of this interface.

impl ComIid for ILoggingOptionsFactory[src]

impl RtInterface for ILoggingOptionsFactory[src]

impl RtType for ILoggingOptionsFactory[src]

type In = ILoggingOptionsFactory

type Abi = *mut ILoggingOptionsFactory

type Out = Option<Self::OutNonNull>

type OutNonNull = ComPtr<ILoggingOptionsFactory>

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 RtActivatable<ILoggingOptionsFactory> for LoggingOptions[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 ILoggingOptionsFactory[src]

type Target = IInspectable

The resulting type after dereferencing.

impl DerefMut for ILoggingOptionsFactory[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]