Enum odbc_ffi::SqlCDataType [] [src]

#[repr(i16)]
pub enum SqlCDataType { SQL_C_CHAR, }

Variants

Trait Implementations

impl Debug for SqlCDataType
[src]

Formats the value using the given formatter.

impl PartialEq for SqlCDataType
[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 SqlCDataType
[src]

impl Clone for SqlCDataType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SqlCDataType
[src]