pub struct BindingDebugInfo {
pub name: String,
pub slot: usize,
}Expand description
One named slot in a frame’s locals or the VM’s globals.
Fields§
§name: String§slot: usizeTrait Implementations§
Source§impl Clone for BindingDebugInfo
impl Clone for BindingDebugInfo
Source§fn clone(&self) -> BindingDebugInfo
fn clone(&self) -> BindingDebugInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BindingDebugInfo
impl Debug for BindingDebugInfo
impl Eq for BindingDebugInfo
Source§impl PartialEq for BindingDebugInfo
impl PartialEq for BindingDebugInfo
Source§impl Serialize for BindingDebugInfo
impl Serialize for BindingDebugInfo
impl StructuralPartialEq for BindingDebugInfo
Auto Trait Implementations§
impl Freeze for BindingDebugInfo
impl RefUnwindSafe for BindingDebugInfo
impl Send for BindingDebugInfo
impl Sync for BindingDebugInfo
impl Unpin for BindingDebugInfo
impl UnsafeUnpin for BindingDebugInfo
impl UnwindSafe for BindingDebugInfo
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