#[repr(C)]pub struct __db_heap_stat {
pub heap_magic: u_int32_t,
pub heap_version: u_int32_t,
pub heap_metaflags: u_int32_t,
pub heap_nrecs: u_int32_t,
pub heap_pagecnt: u_int32_t,
pub heap_pagesize: u_int32_t,
pub heap_nregions: u_int32_t,
pub heap_regionsize: u_int32_t,
}
Fields§
§heap_magic: u_int32_t
§heap_version: u_int32_t
§heap_metaflags: u_int32_t
§heap_nrecs: u_int32_t
§heap_pagecnt: u_int32_t
§heap_pagesize: u_int32_t
§heap_nregions: u_int32_t
§heap_regionsize: u_int32_t
Trait Implementations§
Source§impl Clone for __db_heap_stat
impl Clone for __db_heap_stat
Source§fn clone(&self) -> __db_heap_stat
fn clone(&self) -> __db_heap_stat
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_heap_stat
impl Debug for __db_heap_stat
Source§impl Default for __db_heap_stat
impl Default for __db_heap_stat
Source§fn default() -> __db_heap_stat
fn default() -> __db_heap_stat
Returns the “default value” for a type. Read more
impl Copy for __db_heap_stat
Auto Trait Implementations§
impl Freeze for __db_heap_stat
impl RefUnwindSafe for __db_heap_stat
impl Send for __db_heap_stat
impl Sync for __db_heap_stat
impl Unpin for __db_heap_stat
impl UnwindSafe for __db_heap_stat
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