pub struct SectionMeta {
pub id: SectionId,
pub off: usize,
pub len: usize,
pub sections_count: usize,
}Expand description
Metadata for section, its offset and length. Sections count is an internal value only used by the fake BWTB header section.
Fields§
§id: SectionId§off: usize§len: usize§sections_count: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for SectionMeta
impl RefUnwindSafe for SectionMeta
impl Send for SectionMeta
impl Sync for SectionMeta
impl Unpin for SectionMeta
impl UnwindSafe for SectionMeta
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