Struct nyar_wasm::ExternalSection
source · pub struct ExternalSection { /* private fields */ }Implementations§
source§impl ExternalSection
impl ExternalSection
pub fn insert(&mut self, item: ExternalType) -> Option<ExternalType>
Trait Implementations§
source§impl Default for ExternalSection
impl Default for ExternalSection
source§fn default() -> ExternalSection
fn default() -> ExternalSection
Returns the “default value” for a type. Read more
source§impl<'i> IntoIterator for &'i ExternalSection
impl<'i> IntoIterator for &'i ExternalSection
§type Item = (usize, &'i str, &'i ExternalType)
type Item = (usize, &'i str, &'i ExternalType)
The type of the elements being iterated over.
§type IntoIter = IndexedIterator<'i, ExternalType>
type IntoIter = IndexedIterator<'i, ExternalType>
Which kind of iterator are we turning this into?
Auto Trait Implementations§
impl RefUnwindSafe for ExternalSection
impl Send for ExternalSection
impl Sync for ExternalSection
impl Unpin for ExternalSection
impl UnwindSafe for ExternalSection
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