#[repr(C)]pub struct __db_lock_hstat {Show 14 fields
pub st_nrequests: uintmax_t,
pub st_nreleases: uintmax_t,
pub st_nupgrade: uintmax_t,
pub st_ndowngrade: uintmax_t,
pub st_nlocks: u_int32_t,
pub st_maxnlocks: u_int32_t,
pub st_nobjects: u_int32_t,
pub st_maxnobjects: u_int32_t,
pub st_lock_wait: uintmax_t,
pub st_lock_nowait: uintmax_t,
pub st_nlocktimeouts: uintmax_t,
pub st_ntxntimeouts: uintmax_t,
pub st_hash_len: u_int32_t,
pub __bindgen_padding_0: u32,
}Fields§
§st_nrequests: uintmax_t§st_nreleases: uintmax_t§st_nupgrade: uintmax_t§st_ndowngrade: uintmax_t§st_nlocks: u_int32_t§st_maxnlocks: u_int32_t§st_nobjects: u_int32_t§st_maxnobjects: u_int32_t§st_lock_wait: uintmax_t§st_lock_nowait: uintmax_t§st_nlocktimeouts: uintmax_t§st_ntxntimeouts: uintmax_t§st_hash_len: u_int32_t§__bindgen_padding_0: u32Trait Implementations§
Source§impl Clone for __db_lock_hstat
impl Clone for __db_lock_hstat
Source§fn clone(&self) -> __db_lock_hstat
fn clone(&self) -> __db_lock_hstat
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_lock_hstat
impl Debug for __db_lock_hstat
Source§impl Default for __db_lock_hstat
impl Default for __db_lock_hstat
Source§fn default() -> __db_lock_hstat
fn default() -> __db_lock_hstat
Returns the “default value” for a type. Read more
impl Copy for __db_lock_hstat
Auto Trait Implementations§
impl Freeze for __db_lock_hstat
impl RefUnwindSafe for __db_lock_hstat
impl Send for __db_lock_hstat
impl Sync for __db_lock_hstat
impl Unpin for __db_lock_hstat
impl UnwindSafe for __db_lock_hstat
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