Struct entmet_lib::entities::entity::Fox
source · pub struct Fox {
pub variant: FoxVariant,
pub info: Mask<FoxInfo>,
pub first_uuid: Option<u128>,
pub second_uuid: Option<u128>,
/* private fields */
}Expand description
An instance of a Fox
Fields§
§variant: FoxVariantThe variant of the fox
info: Mask<FoxInfo>A mask of all informations about the fox
first_uuid: Option<u128>uuid information 1
second_uuid: Option<u128>uuid information 2
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fox
impl RefUnwindSafe for Fox
impl Send for Fox
impl Sync for Fox
impl Unpin for Fox
impl UnwindSafe for Fox
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