Struct nyar_wasm::DataSection
source · pub struct DataSection { /* private fields */ }Implementations§
Trait Implementations§
source§impl Default for DataSection
impl Default for DataSection
source§fn default() -> DataSection
fn default() -> DataSection
Returns the “default value” for a type. Read more
source§impl<'i> IntoIterator for &'i DataSection
impl<'i> IntoIterator for &'i DataSection
Auto Trait Implementations§
impl RefUnwindSafe for DataSection
impl Send for DataSection
impl Sync for DataSection
impl Unpin for DataSection
impl UnwindSafe for DataSection
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