pub struct Table<'s> {
pub start: usize,
pub ty: TableType,
pub import: Option<Import<'s>>,
}Fields§
§start: usize§ty: TableType§import: Option<Import<'s>>Trait Implementations§
impl<'s> StructuralPartialEq for Table<'s>
Auto Trait Implementations§
impl<'s> Freeze for Table<'s>
impl<'s> RefUnwindSafe for Table<'s>
impl<'s> Send for Table<'s>
impl<'s> Sync for Table<'s>
impl<'s> Unpin for Table<'s>
impl<'s> UnwindSafe for Table<'s>
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