Enum wasmparser::LinkingType
source · pub enum LinkingType {
StackPointer(u32),
}
Expand description
Represents a linking type.
Variants§
Trait Implementations§
source§impl Clone for LinkingType
impl Clone for LinkingType
source§fn clone(&self) -> LinkingType
fn clone(&self) -> LinkingType
Returns a copy 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 LinkingType
impl Debug for LinkingType
impl Copy for LinkingType
Auto Trait Implementations§
impl RefUnwindSafe for LinkingType
impl Send for LinkingType
impl Sync for LinkingType
impl Unpin for LinkingType
impl UnwindSafe for LinkingType
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