Struct entmet_lib::entities::entity::Frog
source · pub struct Frog {
pub variant: FrogVariant,
pub tongue_target: Option<i32>,
/* private fields */
}Expand description
An instance of a Frog
Fields§
§variant: FrogVariantThe variant of the frog
tongue_target: Option<i32>The target id of the entity that the frog is focosing
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Frog
impl RefUnwindSafe for Frog
impl Send for Frog
impl Sync for Frog
impl Unpin for Frog
impl UnwindSafe for Frog
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