#[repr(C)]pub struct __db_lockreq {
pub op: db_lockop_t,
pub mode: db_lockmode_t,
pub timeout: db_timeout_t,
pub obj: *mut DBT,
pub lock: DB_LOCK,
}
Fields§
§op: db_lockop_t
§mode: db_lockmode_t
§timeout: db_timeout_t
§obj: *mut DBT
§lock: DB_LOCK
Trait Implementations§
Source§impl Clone for __db_lockreq
impl Clone for __db_lockreq
Source§fn clone(&self) -> __db_lockreq
fn clone(&self) -> __db_lockreq
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_lockreq
impl Debug for __db_lockreq
Source§impl Default for __db_lockreq
impl Default for __db_lockreq
impl Copy for __db_lockreq
Auto Trait Implementations§
impl Freeze for __db_lockreq
impl RefUnwindSafe for __db_lockreq
impl !Send for __db_lockreq
impl !Sync for __db_lockreq
impl Unpin for __db_lockreq
impl UnwindSafe for __db_lockreq
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