Struct dx_core::com::Unknown [] [src]

pub struct Unknown {
    // some fields omitted
}

Trait Implementations

impl HasIID for Unknown
[src]

fn iid<'iid>() -> &'iid IID

impl ComObject<UnknownVtable> for Unknown
[src]

fn vtable(&self) -> &UnknownVtable

fn this<TThis>(&self) -> &TThis where Self: Sized

impl Send for Unknown
[src]