pub struct BindType(/* private fields */);
Trait Implementations§
Source§impl AsMutSQLPOINTER for BindType
impl AsMutSQLPOINTER for BindType
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl Attr<SQL_DESC_BIND_TYPE> for BindType
impl Attr<SQL_DESC_BIND_TYPE> for BindType
type DefinedBy = OdbcDefined
Source§impl AttrZeroAssert for BindType
impl AttrZeroAssert for BindType
fn assert_zeroed(&self)
Source§impl<'buf, D: Descriptor<'buf, AppDesc<'buf>, SQL_OV_ODBC3>> DescField<'buf, D, AppDesc<'buf>, SQL_DESC_BIND_TYPE, SQL_OV_ODBC3> for BindType
impl<'buf, D: Descriptor<'buf, AppDesc<'buf>, SQL_OV_ODBC3>> DescField<'buf, D, AppDesc<'buf>, SQL_DESC_BIND_TYPE, SQL_OV_ODBC3> for BindType
fn update_handle(&self, _: &D)where
Self: AttrSet<A>,
Source§impl IntoSQLPOINTER for BindType
impl IntoSQLPOINTER for BindType
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<BindType> for SQLUINTEGER
impl PartialEq<BindType> for SQLUINTEGER
impl AttrGet<SQL_DESC_BIND_TYPE> for BindType
impl AttrSet<SQL_DESC_BIND_TYPE> for BindType
impl Copy for BindType
impl Eq for BindType
impl Scalar for BindTypewhere
SQLUINTEGER: Scalar,
impl StructuralPartialEq for BindType
Auto Trait Implementations§
impl Freeze for BindType
impl RefUnwindSafe for BindType
impl Send for BindType
impl Sync for BindType
impl Unpin for BindType
impl UnwindSafe for BindType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more