pub struct CastProgressHud {
pub ability_id: String,
pub ability_label: String,
pub ticks_remaining: u64,
pub ticks_total: u64,
}Expand description
Active spell cast channel progress.
Fields§
§ability_id: String§ability_label: String§ticks_remaining: u64§ticks_total: u64Trait Implementations§
Source§impl Clone for CastProgressHud
impl Clone for CastProgressHud
Source§fn clone(&self) -> CastProgressHud
fn clone(&self) -> CastProgressHud
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CastProgressHud
impl Debug for CastProgressHud
Source§impl Default for CastProgressHud
impl Default for CastProgressHud
Source§fn default() -> CastProgressHud
fn default() -> CastProgressHud
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CastProgressHud
impl<'de> Deserialize<'de> for CastProgressHud
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 PartialEq for CastProgressHud
impl PartialEq for CastProgressHud
Source§impl Serialize for CastProgressHud
impl Serialize for CastProgressHud
impl StructuralPartialEq for CastProgressHud
Auto Trait Implementations§
impl Freeze for CastProgressHud
impl RefUnwindSafe for CastProgressHud
impl Send for CastProgressHud
impl Sync for CastProgressHud
impl Unpin for CastProgressHud
impl UnsafeUnpin for CastProgressHud
impl UnwindSafe for CastProgressHud
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