pub enum Summon {
Static,
Dynamic,
NPC,
Enemy,
}Expand description
Summon variations for RenderInterface (not logic or triggers)
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Summon
impl RefUnwindSafe for Summon
impl Send for Summon
impl Sync for Summon
impl Unpin for Summon
impl UnwindSafe for Summon
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