pub struct BytecodeDebugLocal<'table> {
pub name: &'table [u8],
pub register: u8,
pub start_pc: u32,
pub end_pc: u32,
}Fields§
§name: &'table [u8]§register: u8§start_pc: u32§end_pc: u32Trait Implementations§
Source§impl<'table> Clone for BytecodeDebugLocal<'table>
impl<'table> Clone for BytecodeDebugLocal<'table>
Source§fn clone(&self) -> BytecodeDebugLocal<'table>
fn clone(&self) -> BytecodeDebugLocal<'table>
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 moreimpl<'table> Copy for BytecodeDebugLocal<'table>
Source§impl<'table> Debug for BytecodeDebugLocal<'table>
impl<'table> Debug for BytecodeDebugLocal<'table>
impl<'table> Eq for BytecodeDebugLocal<'table>
Source§impl<'table> PartialEq for BytecodeDebugLocal<'table>
impl<'table> PartialEq for BytecodeDebugLocal<'table>
impl<'table> StructuralPartialEq for BytecodeDebugLocal<'table>
Auto Trait Implementations§
impl<'table> Freeze for BytecodeDebugLocal<'table>
impl<'table> RefUnwindSafe for BytecodeDebugLocal<'table>
impl<'table> Send for BytecodeDebugLocal<'table>
impl<'table> Sync for BytecodeDebugLocal<'table>
impl<'table> Unpin for BytecodeDebugLocal<'table>
impl<'table> UnsafeUnpin for BytecodeDebugLocal<'table>
impl<'table> UnwindSafe for BytecodeDebugLocal<'table>
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