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