pub struct Footer { /* private fields */ }
Expand description

| Footer encapsulates the fixed information | stored at the tail end of every table | file. |

Implementations§

source

pub fn metaindex_handle(&self) -> &BlockHandle

| The block handle for the metaindex block | of the table |

source

pub fn set_metaindex_handle(&mut self, h: &BlockHandle)

source

pub fn index_handle(&self) -> &BlockHandle

| The block handle for the index block | of the table |

source

pub fn set_index_handle(&mut self, h: &BlockHandle)

source

pub fn encode_to(&self, dst: *mut String)

source

pub fn decode_from(&mut self, input: *mut Slice) -> Status

Trait Implementations§

source§

fn default() -> Footer

Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

unsafe fn cast_into(self) -> U

Performs the conversion. Read more
const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

§

const ALIGN: usize = mem::align_of::<T>()

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
§

unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>

Convert type of a const pointer. Read more
§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
§

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

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

fn vzip(self) -> V