pub enum ImportDesc {
Func(u32),
Table(TableType),
Mem(Limits),
Global(GlobalType),
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ImportDesc
impl Clone for ImportDesc
Source§fn clone(&self) -> ImportDesc
fn clone(&self) -> ImportDesc
Returns a copy of the value. Read more
1.0.0 · 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 ImportDesc
impl Debug for ImportDesc
Source§impl PartialEq for ImportDesc
impl PartialEq for ImportDesc
impl Eq for ImportDesc
impl StructuralPartialEq for ImportDesc
Auto Trait Implementations§
impl Freeze for ImportDesc
impl RefUnwindSafe for ImportDesc
impl Send for ImportDesc
impl Sync for ImportDesc
impl Unpin for ImportDesc
impl UnwindSafe for ImportDesc
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