pub struct RegTableImport {
pub module: String,
pub name: String,
pub ty: TableType,
}Expand description
A table import declaration in lowered register IR.
Fields§
§module: String§name: String§ty: TableTypeTrait Implementations§
Source§impl Clone for RegTableImport
impl Clone for RegTableImport
Source§fn clone(&self) -> RegTableImport
fn clone(&self) -> RegTableImport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegTableImport
impl Debug for RegTableImport
impl Eq for RegTableImport
Source§impl PartialEq for RegTableImport
impl PartialEq for RegTableImport
impl StructuralPartialEq for RegTableImport
Auto Trait Implementations§
impl Freeze for RegTableImport
impl RefUnwindSafe for RegTableImport
impl Send for RegTableImport
impl Sync for RegTableImport
impl Unpin for RegTableImport
impl UnsafeUnpin for RegTableImport
impl UnwindSafe for RegTableImport
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