Struct r_core::sdb_t[][src]

#[repr(C)]
pub struct sdb_t {
Show 25 fields pub dir: *mut c_char, pub path: *mut c_char, pub name: *mut c_char, pub fd: c_int, pub refs: c_int, pub lock: c_int, pub journal: c_int, pub db: cdb, pub m: cdb_make, pub ht: *mut HtPP, pub eod: c_uint, pub pos: c_uint, pub gp: *mut SdbGperf, pub fdump: c_int, pub ndump: *mut c_char, pub expire: c_ulonglong, pub last: c_ulonglong, pub options: c_int, pub ns_lock: c_int, pub ns: *mut SdbList, pub hooks: *mut SdbList, pub tmpkv: SdbKv, pub depth: c_uint, pub timestamped: bool, pub mht: SdbMini,
}

Fields

dir: *mut c_charpath: *mut c_charname: *mut c_charfd: c_intrefs: c_intlock: c_intjournal: c_intdb: cdbm: cdb_makeht: *mut HtPPeod: c_uintpos: c_uintgp: *mut SdbGperffdump: c_intndump: *mut c_charexpire: c_ulonglonglast: c_ulonglongoptions: c_intns_lock: c_intns: *mut SdbListhooks: *mut SdbListtmpkv: SdbKvdepth: c_uinttimestamped: boolmht: SdbMini

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.