Struct wasmparser::ExportInfo
source · pub struct ExportInfo<'a> {
pub name: &'a str,
pub flags: SymbolFlags,
}
Fields§
§name: &'a str
§flags: SymbolFlags
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ExportInfo<'a>
impl<'a> RefUnwindSafe for ExportInfo<'a>
impl<'a> Send for ExportInfo<'a>
impl<'a> Sync for ExportInfo<'a>
impl<'a> Unpin for ExportInfo<'a>
impl<'a> UnwindSafe for ExportInfo<'a>
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