pub struct DebugVarEntry {
pub address: i32,
pub scope: SymbolScope,
pub name_offset: i32,
pub code_start: i32,
pub code_end: i32,
pub type_id: i32,
}
Fields§
§address: i32
§scope: SymbolScope
§name_offset: i32
§code_start: i32
§code_end: i32
§type_id: i32
Implementations§
Trait Implementations§
Source§impl Clone for DebugVarEntry
impl Clone for DebugVarEntry
Source§fn clone(&self) -> DebugVarEntry
fn clone(&self) -> DebugVarEntry
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for DebugVarEntry
impl RefUnwindSafe for DebugVarEntry
impl Send for DebugVarEntry
impl Sync for DebugVarEntry
impl Unpin for DebugVarEntry
impl UnwindSafe for DebugVarEntry
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