pub struct ExportedTable { /* private fields */ }Expand description
Exported table metadata.
Implementations§
Source§impl ExportedTable
impl ExportedTable
Sourcepub const fn new(name: ExportName, index: u32) -> Self
pub const fn new(name: ExportName, index: u32) -> Self
Creates exported table metadata.
Trait Implementations§
Source§impl Clone for ExportedTable
impl Clone for ExportedTable
Source§fn clone(&self) -> ExportedTable
fn clone(&self) -> ExportedTable
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 ExportedTable
impl Debug for ExportedTable
Source§impl Hash for ExportedTable
impl Hash for ExportedTable
Source§impl PartialEq for ExportedTable
impl PartialEq for ExportedTable
Source§fn eq(&self, other: &ExportedTable) -> bool
fn eq(&self, other: &ExportedTable) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ExportedTable
impl StructuralPartialEq for ExportedTable
Auto Trait Implementations§
impl Freeze for ExportedTable
impl RefUnwindSafe for ExportedTable
impl Send for ExportedTable
impl Sync for ExportedTable
impl Unpin for ExportedTable
impl UnsafeUnpin for ExportedTable
impl UnwindSafe for ExportedTable
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