pub struct Bee {
pub entity_data: NBT,
pub ticks_in_hive: VarInt,
pub min_ticks_in_hive: VarInt,
}Fields§
§entity_data: NBT§ticks_in_hive: VarInt§min_ticks_in_hive: VarIntImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bee
impl RefUnwindSafe for Bee
impl Send for Bee
impl Sync for Bee
impl Unpin for Bee
impl UnwindSafe for Bee
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