pub struct AllocType(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for AllocType
impl AsMutSQLPOINTER for AllocType
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl Attr<SQL_DESC_ALLOC_TYPE> for AllocType
impl Attr<SQL_DESC_ALLOC_TYPE> for AllocType
type DefinedBy = OdbcDefined
Source§impl AttrZeroAssert for AllocType
impl AttrZeroAssert for AllocType
fn assert_zeroed(&self)
Source§impl IntoSQLPOINTER for AllocType
impl IntoSQLPOINTER for AllocType
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<AllocType> for SQLSMALLINT
impl PartialEq<AllocType> for SQLSMALLINT
impl AttrGet<SQL_DESC_ALLOC_TYPE> for AllocType
impl Copy for AllocType
impl<'buf, D: Descriptor<'buf, DT, SQL_OV_ODBC3>, DT> DescField<'buf, D, DT, SQL_DESC_ALLOC_TYPE, SQL_OV_ODBC3> for AllocType
impl Eq for AllocType
impl Scalar for AllocTypewhere
SQLSMALLINT: Scalar,
impl StructuralPartialEq for AllocType
Auto Trait Implementations§
impl Freeze for AllocType
impl RefUnwindSafe for AllocType
impl Send for AllocType
impl Sync for AllocType
impl Unpin for AllocType
impl UnwindSafe for AllocType
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