pub struct BytecodeProjection {
pub source: BytecodeOperand,
pub index: u32,
}Fields§
§source: BytecodeOperand§index: u32Trait Implementations§
Source§impl Clone for BytecodeProjection
impl Clone for BytecodeProjection
Source§fn clone(&self) -> BytecodeProjection
fn clone(&self) -> BytecodeProjection
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 BytecodeProjection
Source§impl Debug for BytecodeProjection
impl Debug for BytecodeProjection
impl Eq for BytecodeProjection
Source§impl Hash for BytecodeProjection
impl Hash for BytecodeProjection
Source§impl PartialEq for BytecodeProjection
impl PartialEq for BytecodeProjection
impl StructuralPartialEq for BytecodeProjection
Auto Trait Implementations§
impl Freeze for BytecodeProjection
impl RefUnwindSafe for BytecodeProjection
impl Send for BytecodeProjection
impl Sync for BytecodeProjection
impl Unpin for BytecodeProjection
impl UnsafeUnpin for BytecodeProjection
impl UnwindSafe for BytecodeProjection
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