#[repr(C)]pub struct ArcDpsExport {
pub size: usize,
pub sig: u32,
pub imgui_version: u32,
pub out_name: *const u8,
pub out_build: *const u8,
pub wnd_nofilter: Option<RawWndprocCallback>,
pub combat: Option<RawCombatCallback>,
pub imgui: Option<RawImguiCallback>,
pub options_end: Option<RawOptionsCallback>,
pub combat_local: Option<RawCombatCallback>,
pub wnd_filter: Option<RawWndprocCallback>,
pub options_windows: Option<RawOptionsWindowsCallback>,
}Fields§
§size: usize§sig: u32§imgui_version: u32§out_name: *const u8§out_build: *const u8§wnd_nofilter: Option<RawWndprocCallback>§combat: Option<RawCombatCallback>§imgui: Option<RawImguiCallback>§options_end: Option<RawOptionsCallback>§combat_local: Option<RawCombatCallback>§wnd_filter: Option<RawWndprocCallback>§options_windows: Option<RawOptionsWindowsCallback>Trait Implementations§
impl Sync for ArcDpsExport
Auto Trait Implementations§
impl Freeze for ArcDpsExport
impl RefUnwindSafe for ArcDpsExport
impl !Send for ArcDpsExport
impl Unpin for ArcDpsExport
impl UnwindSafe for ArcDpsExport
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