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