#[repr(C)]pub struct __db_dbt {
pub data: *mut c_void,
pub size: u_int32_t,
pub ulen: u_int32_t,
pub dlen: u_int32_t,
pub doff: u_int32_t,
pub app_data: *mut c_void,
pub flags: u_int32_t,
}Fields§
§data: *mut c_void§size: u_int32_t§ulen: u_int32_t§dlen: u_int32_t§doff: u_int32_t§app_data: *mut c_void§flags: u_int32_tTrait Implementations§
impl Copy for __db_dbt
Auto Trait Implementations§
impl Freeze for __db_dbt
impl RefUnwindSafe for __db_dbt
impl !Send for __db_dbt
impl !Sync for __db_dbt
impl Unpin for __db_dbt
impl UnwindSafe for __db_dbt
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