Type Definition intercom::RawComPtr [] [src]

type RawComPtr = *mut c_void;

Raw COM pointer type.

Trait Implementations

impl<T: CoClass> Into<RawComPtr> for ComRc<T>
[src]

[src]

Performs the conversion.

Auto Trait Implementations