pub struct FunctionSectionEntry { /* private fields */ }Implementations§
Source§impl FunctionSectionEntry
impl FunctionSectionEntry
pub fn new( idx: Option<Index>, inline_export: Option<InlineExport>, type_use: TypeUse, exprs: Vec<Expression>, ) -> Self
Trait Implementations§
Source§impl Clone for FunctionSectionEntry
impl Clone for FunctionSectionEntry
Source§fn clone(&self) -> FunctionSectionEntry
fn clone(&self) -> FunctionSectionEntry
Returns a duplicate of the value. Read more
1.0.0 · 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 FunctionSectionEntry
impl Debug for FunctionSectionEntry
Source§impl Parse<'_> for FunctionSectionEntry
impl Parse<'_> for FunctionSectionEntry
Source§impl PartialEq for FunctionSectionEntry
impl PartialEq for FunctionSectionEntry
Source§impl SExpr for FunctionSectionEntry
impl SExpr for FunctionSectionEntry
impl Eq for FunctionSectionEntry
impl StructuralPartialEq for FunctionSectionEntry
Auto Trait Implementations§
impl Freeze for FunctionSectionEntry
impl RefUnwindSafe for FunctionSectionEntry
impl Send for FunctionSectionEntry
impl Sync for FunctionSectionEntry
impl Unpin for FunctionSectionEntry
impl UnwindSafe for FunctionSectionEntry
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