pub unsafe trait AsComPtr<T> { }Expand description
Helper trait for ComPtr. Defines which types of raw pointer can be
returned by as_ptr/as_mut_ptr.
pub unsafe trait AsComPtr<T> { }Helper trait for ComPtr. Defines which types of raw pointer can be
returned by as_ptr/as_mut_ptr.