pub struct AppDesc<'buf> { /* private fields */ }Trait Implementations§
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<'buf, D: Descriptor<'buf, AppDesc<'buf>, SQL_OV_ODBC3>> DescField<'buf, D, AppDesc<'buf>, SQL_DESC_BIND_TYPE, SQL_OV_ODBC3> for BindType
impl<'buf, D: Descriptor<'buf, AppDesc<'buf>, SQL_OV_ODBC3>> DescField<'buf, D, AppDesc<'buf>, SQL_DESC_BIND_TYPE, SQL_OV_ODBC3> for BindType
fn update_handle(&self, _: &D)where
Self: AttrSet<A>,
impl<'buf, D: Descriptor<'buf, AppDesc<'buf>, SQL_OV_ODBC3>, T: CScalar> DescField<'buf, D, AppDesc<'buf>, SQL_DESC_DATA_PTR, SQL_OV_ODBC3> for UnsafeCell<T>
impl<'buf> DescType<'buf> for AppDesc<'buf>
Auto Trait Implementations§
impl<'buf> Freeze for AppDesc<'buf>
impl<'buf> RefUnwindSafe for AppDesc<'buf>
impl<'buf> Send for AppDesc<'buf>
impl<'buf> Sync for AppDesc<'buf>
impl<'buf> Unpin for AppDesc<'buf>
impl<'buf> UnwindSafe for AppDesc<'buf>
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