Struct evtc::buff::StackResetEvent
source · pub struct StackResetEvent {
pub time: u64,
pub agent: AgentId,
pub duration: i32,
pub stack_id: u32,
}
Expand description
Buff stack reset.
Fields§
§time: u64
§agent: AgentId
§duration: i32
§stack_id: u32
Trait Implementations§
source§impl Clone for StackResetEvent
impl Clone for StackResetEvent
source§fn clone(&self) -> StackResetEvent
fn clone(&self) -> StackResetEvent
Returns a copy 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 moresource§impl Debug for StackResetEvent
impl Debug for StackResetEvent
source§impl<'de> Deserialize<'de> for StackResetEvent
impl<'de> Deserialize<'de> for StackResetEvent
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Extract for StackResetEvent
impl Extract for StackResetEvent
source§impl Serialize for StackResetEvent
impl Serialize for StackResetEvent
source§impl TryExtract for StackResetEvent
impl TryExtract for StackResetEvent
Auto Trait Implementations§
impl Freeze for StackResetEvent
impl RefUnwindSafe for StackResetEvent
impl Send for StackResetEvent
impl Sync for StackResetEvent
impl Unpin for StackResetEvent
impl UnwindSafe for StackResetEvent
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