Struct act_lib::patch_index_helper::PatchIndexHelper
source · pub struct PatchIndexHelper {
pub higher_index: u32,
pub indexes_modified: Vec<ModifiedIndex>,
}Fields§
§higher_index: u32§indexes_modified: Vec<ModifiedIndex>Implementations§
source§impl PatchIndexHelper
impl PatchIndexHelper
pub fn new() -> PatchIndexHelper
pub fn register_patched_index(&mut self, index: u32, size: u32)
pub fn get_drifted_index(&mut self, original_index: u32) -> u32
Auto Trait Implementations§
impl RefUnwindSafe for PatchIndexHelper
impl Send for PatchIndexHelper
impl Sync for PatchIndexHelper
impl Unpin for PatchIndexHelper
impl UnwindSafe for PatchIndexHelper
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