Struct planus_types::intermediate::Table
source · pub struct Table {
pub fields: IndexMap<String, TableField>,
pub alignment_order: Vec<usize>,
pub max_size: u32,
pub max_vtable_size: u32,
pub max_alignment: u32,
}Fields§
§fields: IndexMap<String, TableField>§alignment_order: Vec<usize>§max_size: u32§max_vtable_size: u32§max_alignment: u32Implementations§
source§impl Table
impl Table
pub fn get_field_for_vtable_index( &self, vtable_index: u32 ) -> Option<(&str, &TableField, bool)>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Table
impl Send for Table
impl Sync for Table
impl Unpin for Table
impl UnwindSafe for Table
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