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

pub struct LoggingOptions(_);

Methods

impl LoggingOptions[src]

Methods from Deref<Target = ILoggingOptions>

pub fn get_keywords(&self) -> Result<i64>[src]

pub fn set_keywords(&self, value: i64) -> Result<()>[src]

pub fn get_tags(&self) -> Result<i32>[src]

pub fn set_tags(&self, value: i32) -> Result<()>[src]

pub fn get_task(&self) -> Result<i16>[src]

pub fn set_task(&self, value: i16) -> Result<()>[src]

pub fn get_opcode(&self) -> Result<LoggingOpcode>[src]

pub fn set_opcode(&self, value: LoggingOpcode) -> Result<()>[src]

pub fn get_activity_id(&self) -> Result<Guid>[src]

pub fn set_activity_id(&self, value: Guid) -> Result<()>[src]

Trait Implementations

impl ComInterface for LoggingOptions[src]

type Vtbl = <ILoggingOptions as ComInterface>::Vtbl

The type that defines the VTable of this interface.

impl ComIid for LoggingOptions[src]

impl RtInterface for LoggingOptions[src]

impl RtClassInterface for LoggingOptions[src]

impl RtType for LoggingOptions[src]

type In = LoggingOptions

type Abi = *mut LoggingOptions

type Out = Option<Self::OutNonNull>

type OutNonNull = ComPtr<LoggingOptions>

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

type Target = ILoggingOptions

The resulting type after dereferencing.

impl DerefMut for LoggingOptions[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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