#[repr(transparent)]pub struct HDbc(pub *mut c_void);Expand description
The connection handle references storage of all information about the connection to the data source, including status, transaction state, and error information.
Tuple Fields§
§0: *mut c_voidImplementations§
Trait Implementations§
impl Copy for HDbc
impl Eq for HDbc
impl Send for HDbc
impl StructuralPartialEq for HDbc
Auto Trait Implementations§
impl Freeze for HDbc
impl RefUnwindSafe for HDbc
impl !Sync for HDbc
impl Unpin for HDbc
impl UnwindSafe for HDbc
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