pub struct CachedEntityTemplate {
pub width: i64,
pub cast_time: i64,
pub is_boss: bool,
}Expand description
Pre-cached entity-template wrapper for fast lookup of width, cast_time.
Fields§
§width: i64§cast_time: i64§is_boss: boolTrait Implementations§
Source§impl Clone for CachedEntityTemplate
impl Clone for CachedEntityTemplate
Source§fn clone(&self) -> CachedEntityTemplate
fn clone(&self) -> CachedEntityTemplate
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 moreAuto Trait Implementations§
impl Freeze for CachedEntityTemplate
impl RefUnwindSafe for CachedEntityTemplate
impl Send for CachedEntityTemplate
impl Sync for CachedEntityTemplate
impl Unpin for CachedEntityTemplate
impl UnwindSafe for CachedEntityTemplate
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