Constant OUT

pub const OUT: u32 = 0x0002;
Expand description

Parameter is an output parameter (data flows out of the method).

This flag indicates that the parameter is used to return data from the method. Often used with reference or pointer types for multiple return values.