pub struct ScrollOptions(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for ScrollOptions
impl AsMutSQLPOINTER for ScrollOptions
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl Attr<SQL_SCROLL_OPTIONS> for ScrollOptions
impl Attr<SQL_SCROLL_OPTIONS> for ScrollOptions
type DefinedBy = OdbcDefined
Source§impl AttrZeroAssert for ScrollOptions
impl AttrZeroAssert for ScrollOptions
fn assert_zeroed(&self)
Source§impl BitAnd<ScrollOptions> for SQLUINTEGER
impl BitAnd<ScrollOptions> for SQLUINTEGER
Source§impl BitAnd<u32> for ScrollOptions
impl BitAnd<u32> for ScrollOptions
Source§impl BitAnd for ScrollOptions
impl BitAnd for ScrollOptions
Source§impl Clone for ScrollOptions
impl Clone for ScrollOptions
Source§fn clone(&self) -> ScrollOptions
fn clone(&self) -> ScrollOptions
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 ScrollOptions
impl Debug for ScrollOptions
Source§impl Ident for ScrollOptionswhere
SQLUINTEGER: Ident,
impl Ident for ScrollOptionswhere
SQLUINTEGER: Ident,
Source§impl IntoSQLPOINTER for ScrollOptions
impl IntoSQLPOINTER for ScrollOptions
fn into_SQLPOINTER(self) -> SQLPOINTER
impl AttrGet<SQL_SCROLL_OPTIONS> for ScrollOptions
impl Copy for ScrollOptions
impl InfoType<SQL_SCROLL_OPTIONS, SQL_OV_ODBC3> for ScrollOptions
impl Scalar for ScrollOptionswhere
SQLUINTEGER: Scalar,
Auto Trait Implementations§
impl Freeze for ScrollOptions
impl RefUnwindSafe for ScrollOptions
impl Send for ScrollOptions
impl Sync for ScrollOptions
impl Unpin for ScrollOptions
impl UnwindSafe for ScrollOptions
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