Struct wasmparser::SingleName
source · pub struct SingleName<'a> { /* private fields */ }
Expand description
Represents a single name in the names custom section.
Implementations§
source§impl<'a> SingleName<'a>
impl<'a> SingleName<'a>
Trait Implementations§
source§impl<'a> Clone for SingleName<'a>
impl<'a> Clone for SingleName<'a>
source§fn clone(&self) -> SingleName<'a>
fn clone(&self) -> SingleName<'a>
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 more