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