Expand description
Configuration for a table of a wasm mdoule
Fields
limits: LimitsLimits on the element sizes of this table
elem: RefType<'a>The type of element stored in this table
Trait Implementations
impl<'a> Copy for TableType<'a>
impl<'a> Eq for TableType<'a>
impl<'a> StructuralEq for TableType<'a>
impl<'a> StructuralPartialEq for TableType<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for TableType<'a>
impl<'a> Send for TableType<'a>
impl<'a> Sync for TableType<'a>
impl<'a> Unpin for TableType<'a>
impl<'a> UnwindSafe for TableType<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
 
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
    T: Clone, 
 
impl<T> ToOwned for T where
    T: Clone, 
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
 
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
 
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more