pub struct SizeEntry {
pub ekey: Vec<u8>,
pub compressed_size: u32,
}
Expand description
Size file entry
Fields§
§ekey: Vec<u8>
Encoding key (partial - first N bytes)
compressed_size: u32
Compressed size (32-bit)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SizeEntry
impl RefUnwindSafe for SizeEntry
impl Send for SizeEntry
impl Sync for SizeEntry
impl Unpin for SizeEntry
impl UnwindSafe for SizeEntry
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