pub struct Craft {
pub crafting_table_id: LegacyId,
pub craft_type: String,
}
Fields§
§crafting_table_id: LegacyId
§craft_type: String
Trait Implementations§
Source§impl BaseParser for Craft
impl BaseParser for Craft
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl PacketVariable for Craft
impl PacketVariable for Craft
impl StructuralPartialEq for Craft
Auto Trait Implementations§
impl Freeze for Craft
impl RefUnwindSafe for Craft
impl Send for Craft
impl Sync for Craft
impl Unpin for Craft
impl UnwindSafe for Craft
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