#[repr(C)]pub struct sdb_kv {
pub base: HtPPKv,
pub cas: c_uint,
pub expire: c_ulonglong,
}
Expand description
keyvalue pair
Fields§
§base: HtPPKv
§cas: c_uint
§expire: c_ulonglong
Trait Implementations§
Auto Trait Implementations§
impl Freeze for sdb_kv
impl RefUnwindSafe for sdb_kv
impl !Send for sdb_kv
impl !Sync for sdb_kv
impl Unpin for sdb_kv
impl UnwindSafe for sdb_kv
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