#[repr(C)]pub struct NumberedInstruction {
pub inst_idx: u32,
pub start_pos: u32,
pub finish_pos: u32,
}Fields§
§inst_idx: u32§start_pos: u32§finish_pos: u32Implementations§
Trait Implementations§
Source§impl Clone for NumberedInstruction
impl Clone for NumberedInstruction
Source§fn clone(&self) -> NumberedInstruction
fn clone(&self) -> NumberedInstruction
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 Copy for NumberedInstruction
Source§impl Debug for NumberedInstruction
impl Debug for NumberedInstruction
Source§impl Default for NumberedInstruction
impl Default for NumberedInstruction
impl Eq for NumberedInstruction
Source§impl Hash for NumberedInstruction
impl Hash for NumberedInstruction
Source§impl PartialEq for NumberedInstruction
impl PartialEq for NumberedInstruction
Source§fn eq(&self, other: &NumberedInstruction) -> bool
fn eq(&self, other: &NumberedInstruction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NumberedInstruction
Auto Trait Implementations§
impl Freeze for NumberedInstruction
impl RefUnwindSafe for NumberedInstruction
impl Send for NumberedInstruction
impl Sync for NumberedInstruction
impl Unpin for NumberedInstruction
impl UnsafeUnpin for NumberedInstruction
impl UnwindSafe for NumberedInstruction
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