[][src]Struct sqlite3_native::WalIndexHdr

#[repr(C)]pub struct WalIndexHdr {
    pub iVersion: u32_0,
    pub unused: u32_0,
    pub iChange: u32_0,
    pub isInit: u8_0,
    pub bigEndCksum: u8_0,
    pub szPage: u16_0,
    pub mxFrame: u32_0,
    pub nPage: u32_0,
    pub aFrameCksum: [u32_0; 2],
    pub aSalt: [u32_0; 2],
    pub aCksum: [u32_0; 2],
}

Fields

iVersion: u32_0unused: u32_0iChange: u32_0isInit: u8_0bigEndCksum: u8_0szPage: u16_0mxFrame: u32_0nPage: u32_0aFrameCksum: [u32_0; 2]aSalt: [u32_0; 2]aCksum: [u32_0; 2]

Trait Implementations

impl Clone for WalIndexHdr[src]

impl Copy for WalIndexHdr[src]

Auto Trait Implementations

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.