pub unsafe trait OutputParameter: CDataMut + HasDataType { }
Expand description

Safety

Guarantees that there is space in the output buffer for at least one element.

Implementations on Foreign Types§

source§

impl OutputParameter for i64

source§

impl OutputParameter for i8

source§

impl OutputParameter for Date

source§

impl OutputParameter for f64

source§

impl OutputParameter for i32

source§

impl OutputParameter for f32

source§

impl OutputParameter for i16

Implementors§

source§

impl OutputParameter for Bit

source§

impl<K: VarKind> OutputParameter for VarCell<&mut [K::Element], K>

source§

impl<K: VarKind> OutputParameter for VarCell<Box<[K::Element]>, K>

source§

impl<T> OutputParameter for Nullable<T>where T: Pod + HasDataType,

source§

impl<T> OutputParameter for WithDataType<T>where T: Pod,

source§

impl<const LENGTH: usize, K: VarKind> OutputParameter for VarCell<[K::Element; LENGTH], K>