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