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