[][src]Struct sqlite3_native::PgHdr1

#[repr(C)]pub struct PgHdr1 {
    pub page: sqlite3_pcache_page,
    pub iKey: c_uint,
    pub isBulkLocal: u16_0,
    pub isAnchor: u16_0,
    pub pNext: *mut PgHdr1,
    pub pCache: *mut PCache1,
    pub pLruNext: *mut PgHdr1,
    pub pLruPrev: *mut PgHdr1,
}

Fields

page: sqlite3_pcache_pageiKey: c_uintisBulkLocal: u16_0isAnchor: u16_0pNext: *mut PgHdr1pCache: *mut PCache1pLruNext: *mut PgHdr1pLruPrev: *mut PgHdr1

Trait Implementations

impl Clone for PgHdr1[src]

impl Copy for PgHdr1[src]

Auto Trait Implementations

impl RefUnwindSafe for PgHdr1

impl !Send for PgHdr1

impl !Sync for PgHdr1

impl Unpin for PgHdr1

impl UnwindSafe for PgHdr1

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.