Struct entmet_lib::entities::entity::AmbientCreature
source · pub struct AmbientCreature { /* private fields */ }Expand description
An interface of an ambient creature
Trait Implementations§
source§impl Default for AmbientCreature
impl Default for AmbientCreature
source§fn default() -> AmbientCreature
fn default() -> AmbientCreature
Returns the “default value” for a type. Read more
source§impl Deref for AmbientCreature
impl Deref for AmbientCreature
source§impl DerefMut for AmbientCreature
impl DerefMut for AmbientCreature
source§impl PartialEq for AmbientCreature
impl PartialEq for AmbientCreature
source§fn eq(&self, other: &AmbientCreature) -> bool
fn eq(&self, other: &AmbientCreature) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AmbientCreature
Auto Trait Implementations§
impl Freeze for AmbientCreature
impl RefUnwindSafe for AmbientCreature
impl Send for AmbientCreature
impl Sync for AmbientCreature
impl Unpin for AmbientCreature
impl UnwindSafe for AmbientCreature
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