pub struct Footer { /* private fields */ }
Expand description
| Footer encapsulates the fixed information | stored at the tail end of every table | file. |
Implementations§
Sourcepub fn metaindex_handle(&self) -> &BlockHandle
pub fn metaindex_handle(&self) -> &BlockHandle
| The block handle for the metaindex block | of the table |
pub fn set_metaindex_handle(&mut self, h: &BlockHandle)
Sourcepub fn index_handle(&self) -> &BlockHandle
pub fn index_handle(&self) -> &BlockHandle
| The block handle for the index block | of the table |
pub fn set_index_handle(&mut self, h: &BlockHandle)
pub fn encode_to(&self, dst: *mut String)
pub fn decode_from(&mut self, input: *mut Slice) -> Status
Trait Implementations§
Auto Trait Implementations§
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