pub struct AuraProps {
pub duration_ms: i32,
pub doses: i32,
pub max_stacks: i32,
pub tick_period_ms: i32,
pub pandemic: bool,
}Expand description
Aura-level properties resolved from game data.
Fields§
§duration_ms: i32§doses: i32Positive DBC doses after passive modifiers; stacks added per aura application.
max_stacks: i32§tick_period_ms: i32§pandemic: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for AuraProps
impl RefUnwindSafe for AuraProps
impl Send for AuraProps
impl Sync for AuraProps
impl Unpin for AuraProps
impl UnsafeUnpin for AuraProps
impl UnwindSafe for AuraProps
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