Enum odbc_sys::InputOutput[][src]

#[repr(i16)]
pub enum InputOutput { SQL_PARAM_TYPE_UNKNOWN, SQL_PARAM_INPUT, SQL_PARAM_INPUT_OUTPUT, SQL_RESULT_COL, SQL_PARAM_OUTPUT, SQL_RETURN_VALUE, SQL_PARAM_INPUT_OUTPUT_STREAM, SQL_PARAM_OUTPUT_STREAM, }

Used by SQLBindParameter.

Variants

Trait Implementations

impl Debug for InputOutput
[src]

Formats the value using the given formatter. Read more

impl PartialEq for InputOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for InputOutput
[src]

impl Clone for InputOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for InputOutput
[src]

Auto Trait Implementations

impl Send for InputOutput

impl Sync for InputOutput