[][src]Trait com_rs::AsComPtr

pub unsafe trait AsComPtr<T> { }

Helper trait for ComPtr. Defines which types of raw pointer can be returned by as_ptr/as_mut_ptr.

Implementors

impl AsComPtr<IUnknown> for IUnknown[src]

impl<T: ComInterface> AsComPtr<c_void> for T[src]

All types can be cast into c_void pointers.

Loading content...