#[repr(C)]pub struct WASMTableType { /* private fields */ }
Trait Implementations§
Source§impl Clone for WASMTableType
impl Clone for WASMTableType
Source§fn clone(&self) -> WASMTableType
fn clone(&self) -> WASMTableType
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 WASMTableType
impl Debug for WASMTableType
impl Copy for WASMTableType
Auto Trait Implementations§
impl Freeze for WASMTableType
impl RefUnwindSafe for WASMTableType
impl Send for WASMTableType
impl Sync for WASMTableType
impl Unpin for WASMTableType
impl UnwindSafe for WASMTableType
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