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