pub struct WasmSection {
pub id: u8,
pub name: String,
pub size: u64,
}Expand description
WASM section info.
Fields§
§id: u8Section ID
name: StringSection name
size: u64Section size in bytes
Trait Implementations§
Source§impl Clone for WasmSection
impl Clone for WasmSection
Source§impl Debug for WasmSection
impl Debug for WasmSection
Auto Trait Implementations§
impl Freeze for WasmSection
impl RefUnwindSafe for WasmSection
impl Send for WasmSection
impl Sync for WasmSection
impl Unpin for WasmSection
impl UnsafeUnpin for WasmSection
impl UnwindSafe for WasmSection
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