pub struct SectionMeta {
pub name: String,
pub off: usize,
pub len: usize,
}Expand description
Metadata about a section in the primitive file.
Fields§
§name: String§off: usize§len: 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