#[repr(C)]pub struct __db_ilock {
pub pgno: db_pgno_t,
pub fileid: [u_int8_t; 20],
pub type_: u_int32_t,
}
Fields§
§pgno: db_pgno_t
§fileid: [u_int8_t; 20]
§type_: u_int32_t
Trait Implementations§
Source§impl Clone for __db_ilock
impl Clone for __db_ilock
Source§fn clone(&self) -> __db_ilock
fn clone(&self) -> __db_ilock
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_ilock
impl Debug for __db_ilock
Source§impl Default for __db_ilock
impl Default for __db_ilock
Source§fn default() -> __db_ilock
fn default() -> __db_ilock
Returns the “default value” for a type. Read more
impl Copy for __db_ilock
Auto Trait Implementations§
impl Freeze for __db_ilock
impl RefUnwindSafe for __db_ilock
impl Send for __db_ilock
impl Sync for __db_ilock
impl Unpin for __db_ilock
impl UnwindSafe for __db_ilock
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