#[repr(C)]pub struct MdbIndexPage {
pub pg: guint32,
pub start_pos: c_int,
pub offset: c_int,
pub len: c_int,
pub rc: c_int,
pub idx_starts: [guint16; 2000],
pub cache_value: [c_uchar; 256],
}
Fields§
§pg: guint32
§start_pos: c_int
§offset: c_int
§len: c_int
§rc: c_int
§idx_starts: [guint16; 2000]
§cache_value: [c_uchar; 256]
Trait Implementations§
Source§impl Clone for MdbIndexPage
impl Clone for MdbIndexPage
Source§fn clone(&self) -> MdbIndexPage
fn clone(&self) -> MdbIndexPage
Returns a duplicate 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 MdbIndexPage
impl Debug for MdbIndexPage
impl Copy for MdbIndexPage
Auto Trait Implementations§
impl Freeze for MdbIndexPage
impl RefUnwindSafe for MdbIndexPage
impl Send for MdbIndexPage
impl Sync for MdbIndexPage
impl Unpin for MdbIndexPage
impl UnwindSafe for MdbIndexPage
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