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