Struct wasm_dep_analyzer::TableType
source · pub struct TableType {
pub element_type: u8,
pub limits: Limits,
}
Fields§
§element_type: u8
§limits: Limits
Trait Implementations§
source§impl PartialEq for TableType
impl PartialEq for TableType
impl Eq for TableType
impl StructuralPartialEq for TableType
Auto Trait Implementations§
impl RefUnwindSafe for TableType
impl Send for TableType
impl Sync for TableType
impl Unpin for TableType
impl UnwindSafe for TableType
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