#[repr(C)]pub struct __db_distab {
pub int_dispatch: *mut Option<unsafe extern "C" fn(arg1: *mut ENV, arg2: *mut DBT, arg3: *mut DB_LSN, arg4: db_recops, arg5: *mut c_void) -> c_int>,
pub int_size: usize,
pub ext_dispatch: *mut Option<unsafe extern "C" fn(arg1: *mut DB_ENV, arg2: *mut DBT, arg3: *mut DB_LSN, arg4: db_recops) -> c_int>,
pub ext_size: usize,
}
Fields§
§int_dispatch: *mut Option<unsafe extern "C" fn(arg1: *mut ENV, arg2: *mut DBT, arg3: *mut DB_LSN, arg4: db_recops, arg5: *mut c_void) -> c_int>
§int_size: usize
§ext_dispatch: *mut Option<unsafe extern "C" fn(arg1: *mut DB_ENV, arg2: *mut DBT, arg3: *mut DB_LSN, arg4: db_recops) -> c_int>
§ext_size: usize
Trait Implementations§
Source§impl Clone for __db_distab
impl Clone for __db_distab
Source§fn clone(&self) -> __db_distab
fn clone(&self) -> __db_distab
Returns a copy 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 __db_distab
impl Debug for __db_distab
Source§impl Default for __db_distab
impl Default for __db_distab
impl Copy for __db_distab
Auto Trait Implementations§
impl Freeze for __db_distab
impl RefUnwindSafe for __db_distab
impl !Send for __db_distab
impl !Sync for __db_distab
impl Unpin for __db_distab
impl UnwindSafe for __db_distab
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