pub struct FunctionSection { /* private fields */ }Implementations§
Source§impl FunctionSection
impl FunctionSection
pub fn with_entries(entries: Vec<FunctionSectionEntry>) -> Self
Trait Implementations§
Source§impl Clone for FunctionSection
impl Clone for FunctionSection
Source§fn clone(&self) -> FunctionSection
fn clone(&self) -> FunctionSection
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 FunctionSection
impl Debug for FunctionSection
Source§impl Parse<'_> for FunctionSection
impl Parse<'_> for FunctionSection
Source§impl PartialEq for FunctionSection
impl PartialEq for FunctionSection
impl Eq for FunctionSection
impl StructuralPartialEq for FunctionSection
Auto Trait Implementations§
impl Freeze for FunctionSection
impl RefUnwindSafe for FunctionSection
impl Send for FunctionSection
impl Sync for FunctionSection
impl Unpin for FunctionSection
impl UnwindSafe for FunctionSection
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