Enum entmet_lib::entities::entity::SkulkerColor
source · #[repr(u8)]pub enum SkulkerColor {
Mc(Color),
None = 16,
}Expand description
An enum for the shulker color
Variants§
Trait Implementations§
source§impl Default for SkulkerColor
impl Default for SkulkerColor
source§fn default() -> SkulkerColor
fn default() -> SkulkerColor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SkulkerColor
impl RefUnwindSafe for SkulkerColor
impl Send for SkulkerColor
impl Sync for SkulkerColor
impl Unpin for SkulkerColor
impl UnwindSafe for SkulkerColor
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