pub struct COPY {
pub len: u32,
pub u_pos: u32,
pub copy_type: CopyType,
}Expand description
Decoded COPY instruction
Fields§
§len: u32§u_pos: u32Decoded start position in window string U
copy_type: CopyTypeTrait Implementations§
Source§impl Instruction for COPY
impl Instruction for COPY
impl Copy for COPY
impl Eq for COPY
impl StructuralPartialEq for COPY
Auto Trait Implementations§
impl Freeze for COPY
impl RefUnwindSafe for COPY
impl Send for COPY
impl Sync for COPY
impl Unpin for COPY
impl UnwindSafe for COPY
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