struct DumpedBinding {
sym_id: u32,
val_id: u32,
}Expand description
An entry in the env section: a variable binding from symbol to value.
Fields§
§sym_id: u32§val_id: u32Auto Trait Implementations§
impl Freeze for DumpedBinding
impl RefUnwindSafe for DumpedBinding
impl Send for DumpedBinding
impl Sync for DumpedBinding
impl Unpin for DumpedBinding
impl UnsafeUnpin for DumpedBinding
impl UnwindSafe for DumpedBinding
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