pub struct GetClubOffers {
pub _unknown: i32,
}
Fields§
§_unknown: i32
Trait Implementations§
source§impl BaseParser for GetClubOffers
impl BaseParser for GetClubOffers
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 Clone for GetClubOffers
impl Clone for GetClubOffers
source§fn clone(&self) -> GetClubOffers
fn clone(&self) -> GetClubOffers
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetClubOffers
impl Debug for GetClubOffers
source§impl Default for GetClubOffers
impl Default for GetClubOffers
source§fn default() -> GetClubOffers
fn default() -> GetClubOffers
Returns the “default value” for a type. Read more
source§impl PacketVariable for GetClubOffers
impl PacketVariable for GetClubOffers
source§impl PartialEq<GetClubOffers> for GetClubOffers
impl PartialEq<GetClubOffers> for GetClubOffers
source§fn eq(&self, other: &GetClubOffers) -> bool
fn eq(&self, other: &GetClubOffers) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetClubOffers
Auto Trait Implementations§
impl RefUnwindSafe for GetClubOffers
impl Send for GetClubOffers
impl Sync for GetClubOffers
impl Unpin for GetClubOffers
impl UnwindSafe for GetClubOffers
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