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