Trait OutParam
pub trait OutParam<T, C = <T as TypeKind>::TypeKind>: Sizedwhere
T: Type<T> + TypeKind,{ }Expand description
Converts values to Windows API output parameters.
Implementations are provided for supported Windows types.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".