pub struct DCopy {
pub u_pos: u32,
pub len_u: u32,
pub sss: u32,
pub ssp: u64,
pub vcd_trgt: bool,
pub copy_type: CopyType,
}Expand description
Disassociated Copy (from the window it was found in).
Fields§
§u_pos: u32§len_u: u32§sss: u32§ssp: u64§vcd_trgt: bool§copy_type: CopyTypeTrait Implementations§
Source§impl Instruction for DCopy
impl Instruction for DCopy
Source§impl MergeInst for DCopy
impl MergeInst for DCopy
impl Eq for DCopy
impl StructuralPartialEq for DCopy
Auto Trait Implementations§
impl Freeze for DCopy
impl RefUnwindSafe for DCopy
impl Send for DCopy
impl Sync for DCopy
impl Unpin for DCopy
impl UnwindSafe for DCopy
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