pub struct TocGroup {
pub kind: TocGroupKind,
pub offset: usize,
pub size: u32,
}
Expand description
Information about a group in TOC.
Fields§
§kind: TocGroupKind
Kind of the group.
offset: usize
Offset from the beginning of frame header.
size: u32
Size of the group.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TocGroup
impl RefUnwindSafe for TocGroup
impl Send for TocGroup
impl Sync for TocGroup
impl Unpin for TocGroup
impl UnwindSafe for TocGroup
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