pub struct DylibOpts {
pub interpreter: Option<String>,
pub async_: AsyncFilterSet,
}Fields§
§interpreter: Option<String>The interpreter name to insert into the WASM_DYLINK_NEEDED section
encoded as dylink.0.
async_: AsyncFilterSetTrait Implementations§
Auto Trait Implementations§
impl Freeze for DylibOpts
impl RefUnwindSafe for DylibOpts
impl Send for DylibOpts
impl Sync for DylibOpts
impl Unpin for DylibOpts
impl UnwindSafe for DylibOpts
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