#[repr(C)]pub struct CombatData {
pub id: u64,
pub rev: u64,
/* private fields */
}Expand description
ArcDPS EVTC combat event data.
Fields§
§id: u64§rev: u64Implementations§
Trait Implementations§
Source§impl Clone for CombatData
impl Clone for CombatData
Source§fn clone(&self) -> CombatData
fn clone(&self) -> CombatData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CombatData
impl RefUnwindSafe for CombatData
impl !Send for CombatData
impl !Sync for CombatData
impl Unpin for CombatData
impl UnwindSafe for CombatData
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