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