#[repr(C)]pub struct MDBX_envinfo__bindgen_ty_3 {
pub newly: u64,
pub cow: u64,
pub clone: u64,
pub split: u64,
pub merge: u64,
pub spill: u64,
pub unspill: u64,
pub wops: u64,
pub prefault: u64,
pub mincore: u64,
pub msync: u64,
pub fsync: u64,
}
Fields§
§newly: u64
§cow: u64
§clone: u64
§split: u64
§merge: u64
§spill: u64
§unspill: u64
§wops: u64
§prefault: u64
§mincore: u64
§msync: u64
§fsync: u64
Trait Implementations§
Source§impl Clone for MDBX_envinfo__bindgen_ty_3
impl Clone for MDBX_envinfo__bindgen_ty_3
Source§fn clone(&self) -> MDBX_envinfo__bindgen_ty_3
fn clone(&self) -> MDBX_envinfo__bindgen_ty_3
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 MDBX_envinfo__bindgen_ty_3
impl Debug for MDBX_envinfo__bindgen_ty_3
impl Copy for MDBX_envinfo__bindgen_ty_3
Auto Trait Implementations§
impl Freeze for MDBX_envinfo__bindgen_ty_3
impl RefUnwindSafe for MDBX_envinfo__bindgen_ty_3
impl Send for MDBX_envinfo__bindgen_ty_3
impl Sync for MDBX_envinfo__bindgen_ty_3
impl Unpin for MDBX_envinfo__bindgen_ty_3
impl UnwindSafe for MDBX_envinfo__bindgen_ty_3
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: 96 bytes