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