struct IndexContents {
byte_order: u32,
chunk_size: u32,
file_size: u32,
commit_index: u32,
}
Fields§
§byte_order: u32
§chunk_size: u32
§file_size: u32
§commit_index: u32
Trait Implementations§
Source§impl Clone for IndexContents
impl Clone for IndexContents
Source§fn clone(&self) -> IndexContents
fn clone(&self) -> IndexContents
Returns a copy 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<'de> Deserialize<'de> for IndexContents
impl<'de> Deserialize<'de> for IndexContents
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for IndexContents
impl Serialize for IndexContents
impl Copy for IndexContents
Auto Trait Implementations§
impl Freeze for IndexContents
impl RefUnwindSafe for IndexContents
impl Send for IndexContents
impl Sync for IndexContents
impl Unpin for IndexContents
impl UnwindSafe for IndexContents
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