pub struct HaSpriteAnimationSystemCache { /* private fields */ }Trait Implementations§
source§impl Debug for HaSpriteAnimationSystemCache
impl Debug for HaSpriteAnimationSystemCache
source§impl Default for HaSpriteAnimationSystemCache
impl Default for HaSpriteAnimationSystemCache
source§fn default() -> HaSpriteAnimationSystemCache
fn default() -> HaSpriteAnimationSystemCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for HaSpriteAnimationSystemCache
impl Send for HaSpriteAnimationSystemCache
impl Sync for HaSpriteAnimationSystemCache
impl Unpin for HaSpriteAnimationSystemCache
impl UnwindSafe for HaSpriteAnimationSystemCache
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
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more