pub struct CommonOffset {
pub settings_ptr: i32,
pub settings_addr: i32,
pub path: i32,
pub status: i32,
pub mods_ptr: i32,
pub ig_time: i32,
pub check_replay: i32,
pub pause_ptr: i32,
pub pause: i32,
}Fields§
§settings_ptr: i32§settings_addr: i32§path: i32§status: i32§mods_ptr: i32§ig_time: i32§check_replay: i32§pause_ptr: i32§pause: i32Auto Trait Implementations§
impl Freeze for CommonOffset
impl RefUnwindSafe for CommonOffset
impl Send for CommonOffset
impl Sync for CommonOffset
impl Unpin for CommonOffset
impl UnwindSafe for CommonOffset
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