pub struct CReadTransaction { /* private fields */ }Trait Implementations§
Source§impl FfiDropBox for CReadTransaction
impl FfiDropBox for CReadTransaction
Source§unsafe fn drop_boxed(it: &mut Box<CReadTransaction>)
unsafe fn drop_boxed(it: &mut Box<CReadTransaction>)
Safety Read more
Source§impl ReprC for CReadTransaction
impl ReprC for CReadTransaction
impl NonOpaque for CReadTransactionwhere
for<'_never_true> CReadTransaction: ExternDropFnAnnotation,
Auto Trait Implementations§
impl Freeze for CReadTransaction
impl RefUnwindSafe for CReadTransaction
impl !Send for CReadTransaction
impl !Sync for CReadTransaction
impl Unpin for CReadTransaction
impl UnwindSafe for CReadTransaction
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