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