Struct act_lib::patch_index_helper::ModifiedIndex
source · pub struct ModifiedIndex {
pub pos: u32,
pub size: u32,
}Fields§
§pos: u32§size: u32Auto Trait Implementations§
impl RefUnwindSafe for ModifiedIndex
impl Send for ModifiedIndex
impl Sync for ModifiedIndex
impl Unpin for ModifiedIndex
impl UnwindSafe for ModifiedIndex
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