Enum odbc_ffi::HandleType [] [src]

#[repr(i16)]
pub enum HandleType { SQL_HANDLE_ENV, SQL_HANDLE_DBC, SQL_HANDLE_STMT, SQL_HANDLE_DESC, }

Represented in C headers as SQLSMALLINT

Variants

Trait Implementations

impl Debug for HandleType
[src]

Formats the value using the given formatter.

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

impl Clone for HandleType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HandleType
[src]