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 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 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 for GetHotLooks
impl PartialEq for GetHotLooks
impl StructuralPartialEq for GetHotLooks
Auto Trait Implementations§
impl Freeze for GetHotLooks
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