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