pub struct GetBadgePointLimits {}
Trait Implementations§
Source§impl BaseParser for GetBadgePointLimits
impl BaseParser for GetBadgePointLimits
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 GetBadgePointLimits
impl Clone for GetBadgePointLimits
Source§fn clone(&self) -> GetBadgePointLimits
fn clone(&self) -> GetBadgePointLimits
Returns a duplicate 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 GetBadgePointLimits
impl Debug for GetBadgePointLimits
Source§impl Default for GetBadgePointLimits
impl Default for GetBadgePointLimits
Source§fn default() -> GetBadgePointLimits
fn default() -> GetBadgePointLimits
Returns the “default value” for a type. Read more
Source§impl PacketVariable for GetBadgePointLimits
impl PacketVariable for GetBadgePointLimits
Source§impl PartialEq for GetBadgePointLimits
impl PartialEq for GetBadgePointLimits
impl StructuralPartialEq for GetBadgePointLimits
Auto Trait Implementations§
impl Freeze for GetBadgePointLimits
impl RefUnwindSafe for GetBadgePointLimits
impl Send for GetBadgePointLimits
impl Sync for GetBadgePointLimits
impl Unpin for GetBadgePointLimits
impl UnwindSafe for GetBadgePointLimits
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