pub struct CFTEntry {
pub ekey: Vec<u8>,
pub file_size: u64,
pub espec_index: Option<u32>,
}
Expand description
Container file table entry (file span)
Fields§
§ekey: Vec<u8>
Encoding key (or content key)
file_size: u64
File size
espec_index: Option<u32>
ESpec index (optional)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CFTEntry
impl RefUnwindSafe for CFTEntry
impl Send for CFTEntry
impl Sync for CFTEntry
impl Unpin for CFTEntry
impl UnwindSafe for CFTEntry
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