Skip to main content

OutputParameter

Trait OutputParameter 

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

§Safety

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl OutputParameter for f32

Source§

impl OutputParameter for f64

Source§

impl OutputParameter for i8

Source§

impl OutputParameter for i16

Source§

impl OutputParameter for i32

Source§

impl OutputParameter for i64

Source§

impl OutputParameter for Date

Implementors§