Skip to main content

OutParam

Trait OutParam 

pub trait OutParam<T, C = <T as TypeKind>::TypeKind>: Sized
where 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".

Implementations on Foreign Types§

§

impl<T> OutParam<T> for Option<&mut T>
where T: Type<T>,

Implementors§