#[repr(C)]pub struct __db_lock_pstat {
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_locksteals: uintmax_t,
pub st_objectsteals: uintmax_t,
}
Fields§
§st_nlocks: u_int32_t
§st_maxnlocks: u_int32_t
§st_nobjects: u_int32_t
§st_maxnobjects: u_int32_t
§st_locksteals: uintmax_t
§st_objectsteals: uintmax_t
Trait Implementations§
Source§impl Clone for __db_lock_pstat
impl Clone for __db_lock_pstat
Source§fn clone(&self) -> __db_lock_pstat
fn clone(&self) -> __db_lock_pstat
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_pstat
impl Debug for __db_lock_pstat
Source§impl Default for __db_lock_pstat
impl Default for __db_lock_pstat
Source§fn default() -> __db_lock_pstat
fn default() -> __db_lock_pstat
Returns the “default value” for a type. Read more
impl Copy for __db_lock_pstat
Auto Trait Implementations§
impl Freeze for __db_lock_pstat
impl RefUnwindSafe for __db_lock_pstat
impl Send for __db_lock_pstat
impl Sync for __db_lock_pstat
impl Unpin for __db_lock_pstat
impl UnwindSafe for __db_lock_pstat
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