#[repr(C)]pub struct WasmDebugSection {
pub name: *mut c_char,
pub buffer: Buffer,
}Fields§
§name: *mut c_char§buffer: BufferImplementations§
Trait Implementations§
Source§impl Clone for WasmDebugSection
impl Clone for WasmDebugSection
Source§fn clone(&self) -> WasmDebugSection
fn clone(&self) -> WasmDebugSection
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 ConstDefault for WasmDebugSection
impl ConstDefault for WasmDebugSection
Source§impl Debug for WasmDebugSection
impl Debug for WasmDebugSection
Source§impl Hash for WasmDebugSection
impl Hash for WasmDebugSection
impl Copy for WasmDebugSection
Auto Trait Implementations§
impl Freeze for WasmDebugSection
impl RefUnwindSafe for WasmDebugSection
impl !Send for WasmDebugSection
impl !Sync for WasmDebugSection
impl Unpin for WasmDebugSection
impl UnwindSafe for WasmDebugSection
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