pub struct DataSectionEntry { /* private fields */ }Expand description
https://webassembly.github.io/spec/core/text/modules.html#data-segments
Implementations§
Trait Implementations§
Source§impl Clone for DataSectionEntry
impl Clone for DataSectionEntry
Source§fn clone(&self) -> DataSectionEntry
fn clone(&self) -> DataSectionEntry
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 moreSource§impl Debug for DataSectionEntry
impl Debug for DataSectionEntry
impl Eq for DataSectionEntry
Source§impl Parse<'_> for DataSectionEntry
impl Parse<'_> for DataSectionEntry
Source§impl PartialEq for DataSectionEntry
impl PartialEq for DataSectionEntry
Source§impl SExpr for DataSectionEntry
impl SExpr for DataSectionEntry
impl StructuralPartialEq for DataSectionEntry
Auto Trait Implementations§
impl Freeze for DataSectionEntry
impl RefUnwindSafe for DataSectionEntry
impl Send for DataSectionEntry
impl Sync for DataSectionEntry
impl Unpin for DataSectionEntry
impl UnsafeUnpin for DataSectionEntry
impl UnwindSafe for DataSectionEntry
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