#[repr(C)]pub struct __db_seq_stat {
pub st_wait: uintmax_t,
pub st_nowait: uintmax_t,
pub st_current: db_seq_t,
pub st_value: db_seq_t,
pub st_last_value: db_seq_t,
pub st_min: db_seq_t,
pub st_max: db_seq_t,
pub st_cache_size: i32,
pub st_flags: u_int32_t,
}
Fields§
§st_wait: uintmax_t
§st_nowait: uintmax_t
§st_current: db_seq_t
§st_value: db_seq_t
§st_last_value: db_seq_t
§st_min: db_seq_t
§st_max: db_seq_t
§st_cache_size: i32
§st_flags: u_int32_t
Trait Implementations§
Source§impl Clone for __db_seq_stat
impl Clone for __db_seq_stat
Source§fn clone(&self) -> __db_seq_stat
fn clone(&self) -> __db_seq_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_seq_stat
impl Debug for __db_seq_stat
Source§impl Default for __db_seq_stat
impl Default for __db_seq_stat
Source§fn default() -> __db_seq_stat
fn default() -> __db_seq_stat
Returns the “default value” for a type. Read more
impl Copy for __db_seq_stat
Auto Trait Implementations§
impl Freeze for __db_seq_stat
impl RefUnwindSafe for __db_seq_stat
impl Send for __db_seq_stat
impl Sync for __db_seq_stat
impl Unpin for __db_seq_stat
impl UnwindSafe for __db_seq_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