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