Enum odbc_sys::SqlAttributeStringLength [−][src]
#[repr(i32)]
pub enum SqlAttributeStringLength {
Pointer,
UInteger,
Integer,
USmallInt,
SmallInt,
}Variants
SQL_IS_POINTER
SQL_IS_UINTEGER
SQL_IS_INTEGER
SQL_IS_USMALLINT
SQL_IS_SMALLINT
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SqlAttributeStringLengthimpl Send for SqlAttributeStringLengthimpl Sync for SqlAttributeStringLengthimpl Unpin for SqlAttributeStringLengthimpl UnwindSafe for SqlAttributeStringLengthBlanket Implementations
Mutably borrows from an owned value. Read more