pub enum RespawnAnchorCharges {
_0 = 0,
_1 = 1,
_2 = 2,
_3 = 3,
_4 = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for RespawnAnchorCharges
impl Clone for RespawnAnchorCharges
Source§fn clone(&self) -> RespawnAnchorCharges
fn clone(&self) -> RespawnAnchorCharges
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RespawnAnchorCharges
impl Debug for RespawnAnchorCharges
Source§impl From<u16> for RespawnAnchorCharges
impl From<u16> for RespawnAnchorCharges
Source§fn from(value: BlockStateIntegerRepr) -> Self
fn from(value: BlockStateIntegerRepr) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RespawnAnchorCharges
impl PartialEq for RespawnAnchorCharges
Source§impl Property for RespawnAnchorCharges
impl Property for RespawnAnchorCharges
type Value = RespawnAnchorCharges
fn try_from_block_state(block_state: BlockState) -> Option<Self::Value>
impl Copy for RespawnAnchorCharges
impl Eq for RespawnAnchorCharges
impl StructuralPartialEq for RespawnAnchorCharges
Auto Trait Implementations§
impl Freeze for RespawnAnchorCharges
impl RefUnwindSafe for RespawnAnchorCharges
impl Send for RespawnAnchorCharges
impl Sync for RespawnAnchorCharges
impl Unpin for RespawnAnchorCharges
impl UnwindSafe for RespawnAnchorCharges
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