pub struct IncomeRewardClaim {
pub reward_type: i8,
}
Fields§
§reward_type: i8
Trait Implementations§
source§impl BaseParser for IncomeRewardClaim
impl BaseParser for IncomeRewardClaim
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 IncomeRewardClaim
impl Clone for IncomeRewardClaim
source§fn clone(&self) -> IncomeRewardClaim
fn clone(&self) -> IncomeRewardClaim
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 IncomeRewardClaim
impl Debug for IncomeRewardClaim
source§impl Default for IncomeRewardClaim
impl Default for IncomeRewardClaim
source§fn default() -> IncomeRewardClaim
fn default() -> IncomeRewardClaim
Returns the “default value” for a type. Read more
source§impl PacketVariable for IncomeRewardClaim
impl PacketVariable for IncomeRewardClaim
source§impl PartialEq<IncomeRewardClaim> for IncomeRewardClaim
impl PartialEq<IncomeRewardClaim> for IncomeRewardClaim
source§fn eq(&self, other: &IncomeRewardClaim) -> bool
fn eq(&self, other: &IncomeRewardClaim) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for IncomeRewardClaim
Auto Trait Implementations§
impl RefUnwindSafe for IncomeRewardClaim
impl Send for IncomeRewardClaim
impl Sync for IncomeRewardClaim
impl Unpin for IncomeRewardClaim
impl UnwindSafe for IncomeRewardClaim
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