#[repr(C)]pub struct MDBX_chk_context__bindgen_ty_1 {Show 20 fields
pub total_payload_bytes: usize,
pub table_total: usize,
pub table_processed: usize,
pub total_unused_bytes: usize,
pub unused_pages: usize,
pub processed_pages: usize,
pub reclaimable_pages: usize,
pub gc_pages: usize,
pub alloc_pages: usize,
pub backed_pages: usize,
pub problems_meta: usize,
pub tree_problems: usize,
pub gc_tree_problems: usize,
pub kv_tree_problems: usize,
pub problems_gc: usize,
pub problems_kv: usize,
pub total_problems: usize,
pub steady_txnid: u64,
pub recent_txnid: u64,
pub tables: *const *const MDBX_chk_table_t,
}
Fields§
§total_payload_bytes: usize
§table_total: usize
§table_processed: usize
§total_unused_bytes: usize
§unused_pages: usize
§processed_pages: usize
§reclaimable_pages: usize
§gc_pages: usize
§alloc_pages: usize
§backed_pages: usize
§problems_meta: usize
§tree_problems: usize
§gc_tree_problems: usize
§kv_tree_problems: usize
§problems_gc: usize
§problems_kv: usize
§total_problems: usize
§steady_txnid: u64
§recent_txnid: u64
§tables: *const *const MDBX_chk_table_t
Trait Implementations§
Source§impl Clone for MDBX_chk_context__bindgen_ty_1
impl Clone for MDBX_chk_context__bindgen_ty_1
Source§fn clone(&self) -> MDBX_chk_context__bindgen_ty_1
fn clone(&self) -> MDBX_chk_context__bindgen_ty_1
Returns a duplicate 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 moreimpl Copy for MDBX_chk_context__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for MDBX_chk_context__bindgen_ty_1
impl RefUnwindSafe for MDBX_chk_context__bindgen_ty_1
impl !Send for MDBX_chk_context__bindgen_ty_1
impl !Sync for MDBX_chk_context__bindgen_ty_1
impl Unpin for MDBX_chk_context__bindgen_ty_1
impl UnwindSafe for MDBX_chk_context__bindgen_ty_1
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 160 bytes