pub struct SQL_DESC_ARRAY_SIZE;Trait Implementations§
Source§impl Attr<SQL_DESC_ARRAY_SIZE> for SQLULEN
impl Attr<SQL_DESC_ARRAY_SIZE> for SQLULEN
type DefinedBy = OdbcDefined
Source§impl<'buf, D: Descriptor<'buf, AppDesc<'buf>, SQL_OV_ODBC3>> DescField<'buf, D, AppDesc<'buf>, SQL_DESC_ARRAY_SIZE, SQL_OV_ODBC3> for SQLULEN
impl<'buf, D: Descriptor<'buf, AppDesc<'buf>, SQL_OV_ODBC3>> DescField<'buf, D, AppDesc<'buf>, SQL_DESC_ARRAY_SIZE, SQL_OV_ODBC3> for SQLULEN
fn update_handle(&self, _: &D)where
Self: AttrSet<A>,
Source§impl Ident for SQL_DESC_ARRAY_SIZE
impl Ident for SQL_DESC_ARRAY_SIZE
impl AttrGet<SQL_DESC_ARRAY_SIZE> for SQLULEN
impl AttrSet<SQL_DESC_ARRAY_SIZE> for SQLULEN
Auto Trait Implementations§
impl Freeze for SQL_DESC_ARRAY_SIZE
impl RefUnwindSafe for SQL_DESC_ARRAY_SIZE
impl Send for SQL_DESC_ARRAY_SIZE
impl Sync for SQL_DESC_ARRAY_SIZE
impl Unpin for SQL_DESC_ARRAY_SIZE
impl UnwindSafe for SQL_DESC_ARRAY_SIZE
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