Trait windows_core::OutParam
pub trait OutParam<T, C = <T as TypeKind>::TypeKind>: Sizedwhere
T: Type<T> + TypeKind,{ }
Expand description
Provides automatic parameter conversion in cases where the Windows API expects implicit conversion support.
This is a mutable version of Param meant to support out parameters. There is no need to implement this trait. Blanket implementations are provided for all applicable Windows types.
Object Safety§
This trait is not object safe.