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