pub struct SohmTable {
pub indexes: Vec<SohmIndex>,
}Expand description
Parsed SOHM table (SMTB structure).
Fields§
§indexes: Vec<SohmIndex>The indexes in this table.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SohmTable
impl RefUnwindSafe for SohmTable
impl Send for SohmTable
impl Sync for SohmTable
impl Unpin for SohmTable
impl UnsafeUnpin for SohmTable
impl UnwindSafe for SohmTable
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