Struct wasm_opt_cxx_sys::wasm::WasmFeatureSet
source · #[repr(C)]pub struct WasmFeatureSet { /* private fields */ }
Implementations§
source§impl WasmFeatureSet
impl WasmFeatureSet
pub fn has(&self, features: &WasmFeatureSet) -> bool
Trait Implementations§
source§impl ExternType for WasmFeatureSet
impl ExternType for WasmFeatureSet
impl UniquePtrTarget for WasmFeatureSet
Auto Trait Implementations§
impl RefUnwindSafe for WasmFeatureSet
impl !Send for WasmFeatureSet
impl !Sync for WasmFeatureSet
impl !Unpin for WasmFeatureSet
impl UnwindSafe for WasmFeatureSet
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