pub struct CursorAttributes1(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for CursorAttributes1
impl AsMutSQLPOINTER for CursorAttributes1
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl Attr<SQL_DYNAMIC_CURSOR_ATTRIBUTES1> for CursorAttributes1
impl Attr<SQL_DYNAMIC_CURSOR_ATTRIBUTES1> for CursorAttributes1
type DefinedBy = OdbcDefined
Source§impl Attr<SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1> for CursorAttributes1
impl Attr<SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1> for CursorAttributes1
type DefinedBy = OdbcDefined
Source§impl Attr<SQL_KEYSET_CURSOR_ATTRIBUTES1> for CursorAttributes1
impl Attr<SQL_KEYSET_CURSOR_ATTRIBUTES1> for CursorAttributes1
type DefinedBy = OdbcDefined
Source§impl Attr<SQL_STATIC_CURSOR_ATTRIBUTES1> for CursorAttributes1
impl Attr<SQL_STATIC_CURSOR_ATTRIBUTES1> for CursorAttributes1
type DefinedBy = OdbcDefined
Source§impl AttrZeroAssert for CursorAttributes1
impl AttrZeroAssert for CursorAttributes1
fn assert_zeroed(&self)
Source§impl BitAnd<CursorAttributes1> for SQLUINTEGER
impl BitAnd<CursorAttributes1> for SQLUINTEGER
Source§impl BitAnd<u32> for CursorAttributes1
impl BitAnd<u32> for CursorAttributes1
Source§impl BitAnd for CursorAttributes1
impl BitAnd for CursorAttributes1
Source§impl Clone for CursorAttributes1
impl Clone for CursorAttributes1
Source§fn clone(&self) -> CursorAttributes1
fn clone(&self) -> CursorAttributes1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CursorAttributes1
impl Debug for CursorAttributes1
Source§impl Ident for CursorAttributes1where
SQLUINTEGER: Ident,
impl Ident for CursorAttributes1where
SQLUINTEGER: Ident,
Source§impl IntoSQLPOINTER for CursorAttributes1
impl IntoSQLPOINTER for CursorAttributes1
fn into_SQLPOINTER(self) -> SQLPOINTER
impl AttrGet<SQL_DYNAMIC_CURSOR_ATTRIBUTES1> for CursorAttributes1
impl AttrGet<SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1> for CursorAttributes1
impl AttrGet<SQL_KEYSET_CURSOR_ATTRIBUTES1> for CursorAttributes1
impl AttrGet<SQL_STATIC_CURSOR_ATTRIBUTES1> for CursorAttributes1
impl Copy for CursorAttributes1
impl InfoType<SQL_DYNAMIC_CURSOR_ATTRIBUTES1, SQL_OV_ODBC3> for CursorAttributes1
impl InfoType<SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1, SQL_OV_ODBC3> for CursorAttributes1
impl InfoType<SQL_KEYSET_CURSOR_ATTRIBUTES1, SQL_OV_ODBC3> for CursorAttributes1
impl InfoType<SQL_STATIC_CURSOR_ATTRIBUTES1, SQL_OV_ODBC3> for CursorAttributes1
impl Scalar for CursorAttributes1where
SQLUINTEGER: Scalar,
Auto Trait Implementations§
impl Freeze for CursorAttributes1
impl RefUnwindSafe for CursorAttributes1
impl Send for CursorAttributes1
impl Sync for CursorAttributes1
impl Unpin for CursorAttributes1
impl UnwindSafe for CursorAttributes1
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