pub struct ThrowDice {
pub item_id: LegacyId,
}
Fields§
§item_id: LegacyId
Trait Implementations§
Source§impl BaseParser for ThrowDice
impl BaseParser for ThrowDice
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 ThrowDice
impl PacketVariable for ThrowDice
impl StructuralPartialEq for ThrowDice
Auto Trait Implementations§
impl Freeze for ThrowDice
impl RefUnwindSafe for ThrowDice
impl Send for ThrowDice
impl Sync for ThrowDice
impl Unpin for ThrowDice
impl UnwindSafe for ThrowDice
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