pub struct EntryRef {
pub file_offset: u64,
pub byte_size: usize,
}Expand description
EntryRef returned from append operations.
Fields§
§file_offset: u64Byte offset within the segment file
byte_size: usizeTotal on-disk size (NANORC framing + header + content)
Trait Implementations§
impl Copy for EntryRef
impl Eq for EntryRef
impl StructuralPartialEq for EntryRef
Auto Trait Implementations§
impl Freeze for EntryRef
impl RefUnwindSafe for EntryRef
impl Send for EntryRef
impl Sync for EntryRef
impl Unpin for EntryRef
impl UnsafeUnpin for EntryRef
impl UnwindSafe for EntryRef
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