pub(crate) struct InstructionSlice {
pub(crate) name: String,
pub(crate) pos: usize,
pub(crate) slice_top: usize,
pub(crate) slice_bottom: usize,
pub(crate) slice_extend: usize,
}Fields§
§name: String§pos: usize§slice_top: usize§slice_bottom: usize§slice_extend: usizeImplementations§
Trait Implementations§
Source§impl Clone for InstructionSlice
impl Clone for InstructionSlice
Source§fn clone(&self) -> InstructionSlice
fn clone(&self) -> InstructionSlice
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 moreAuto Trait Implementations§
impl Freeze for InstructionSlice
impl RefUnwindSafe for InstructionSlice
impl Send for InstructionSlice
impl Sync for InstructionSlice
impl Unpin for InstructionSlice
impl UnsafeUnpin for InstructionSlice
impl UnwindSafe for InstructionSlice
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