pub struct WasmBridgeConfig {
pub memory_pages: u32,
pub max_functions: usize,
pub debug_mode: bool,
}Fields§
§memory_pages: u32§max_functions: usize§debug_mode: boolTrait Implementations§
Source§impl Clone for WasmBridgeConfig
impl Clone for WasmBridgeConfig
Source§fn clone(&self) -> WasmBridgeConfig
fn clone(&self) -> WasmBridgeConfig
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 moreAuto Trait Implementations§
impl Freeze for WasmBridgeConfig
impl RefUnwindSafe for WasmBridgeConfig
impl Send for WasmBridgeConfig
impl Sync for WasmBridgeConfig
impl Unpin for WasmBridgeConfig
impl UnsafeUnpin for WasmBridgeConfig
impl UnwindSafe for WasmBridgeConfig
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