Struct winrt::IAgileObject [] [src]

#[repr(C)]
pub struct IAgileObject { /* fields omitted */ }

Interface that marks an object as agile. It inherits from IUnknown and does not have additional members.

Trait Implementations

impl Debug for IAgileObject
[src]

Formats the value using the given formatter.

impl Deref for IAgileObject
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for IAgileObject
[src]

The method called to mutably dereference a value

impl ComIid for IAgileObject
[src]

impl ComInterface for IAgileObject
[src]

The type that defines the VTable of this interface.