#[repr(u8)]pub enum slot_display {
empty = 0,
any_fuel = 1,
item = 2,
item_stack = 3,
tag = 4,
smithing_trim = 5,
with_remainder = 6,
composite = 7,
}Variants§
empty = 0
any_fuel = 1
item = 2
item_stack = 3
tag = 4
smithing_trim = 5
with_remainder = 6
composite = 7
Implementations§
Trait Implementations§
Source§impl Clone for slot_display
impl Clone for slot_display
Source§fn clone(&self) -> slot_display
fn clone(&self) -> slot_display
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 slot_display
impl Debug for slot_display
Source§impl Display for slot_display
impl Display for slot_display
Source§impl Hash for slot_display
impl Hash for slot_display
Source§impl PartialEq for slot_display
impl PartialEq for slot_display
Source§impl Write for slot_display
impl Write for slot_display
impl Copy for slot_display
impl Eq for slot_display
impl StructuralPartialEq for slot_display
Auto Trait Implementations§
impl Freeze for slot_display
impl RefUnwindSafe for slot_display
impl Send for slot_display
impl Sync for slot_display
impl Unpin for slot_display
impl UnwindSafe for slot_display
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