pub struct ADD {
pub len: u32,
pub p_pos: u64,
}
Expand description
Decoded ADD instruction
Fields§
§len: u32
Length of the data in the data section
p_pos: u64
Absolute position in the Patch file where the data starts (in the data section for this window)
Trait Implementations§
impl Copy for ADD
impl Eq for ADD
impl StructuralPartialEq for ADD
Auto Trait Implementations§
impl Freeze for ADD
impl RefUnwindSafe for ADD
impl Send for ADD
impl Sync for ADD
impl Unpin for ADD
impl UnwindSafe for ADD
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