#[repr(C)]pub struct __db_seq_record {
pub seq_version: u_int32_t,
pub flags: u_int32_t,
pub seq_value: db_seq_t,
pub seq_max: db_seq_t,
pub seq_min: db_seq_t,
}Expand description
Sequences.
Fields§
§seq_version: u_int32_t§flags: u_int32_t§seq_value: db_seq_t§seq_max: db_seq_t§seq_min: db_seq_tTrait Implementations§
Source§impl Clone for __db_seq_record
impl Clone for __db_seq_record
Source§fn clone(&self) -> __db_seq_record
fn clone(&self) -> __db_seq_record
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_record
impl Debug for __db_seq_record
Source§impl Default for __db_seq_record
impl Default for __db_seq_record
Source§fn default() -> __db_seq_record
fn default() -> __db_seq_record
Returns the “default value” for a type. Read more
impl Copy for __db_seq_record
Auto Trait Implementations§
impl Freeze for __db_seq_record
impl RefUnwindSafe for __db_seq_record
impl Send for __db_seq_record
impl Sync for __db_seq_record
impl Unpin for __db_seq_record
impl UnwindSafe for __db_seq_record
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