Enum odbc_sys::InputOutput [] [src]

#[repr(u16)]
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]

[src]

Formats the value using the given formatter.

impl PartialEq for InputOutput
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for InputOutput
[src]

impl Clone for InputOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for InputOutput
[src]