Trait windows_core::Param
pub trait Param<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.
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.