#[repr(C)]pub struct WasmTable {
pub min: U32,
pub max: U32,
pub shared: bool,
}Fields§
§min: U32§max: U32Implementations§
Trait Implementations§
Source§impl ConstDefault for WasmTable
impl ConstDefault for WasmTable
impl Copy for WasmTable
Auto Trait Implementations§
impl Freeze for WasmTable
impl RefUnwindSafe for WasmTable
impl Send for WasmTable
impl Sync for WasmTable
impl Unpin for WasmTable
impl UnwindSafe for WasmTable
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