Struct winrt::IInspectable [] [src]

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

The IInspectable interface is the base interface for all Windows Runtime classes.

Methods

impl IInspectable
[src]

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

Returns the trust level of the current Windows Runtime object.

Trait Implementations

impl ComIid for IInspectable
[src]

impl ComInterface for IInspectable
[src]

The type that defines the VTable of this interface.

impl RtType for IInspectable
[src]

impl Deref for IInspectable
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for IInspectable
[src]

The method called to mutably dereference a value

impl RtInterface for IInspectable
[src]

impl RtClassInterface for IInspectable
[src]