Struct classicube_sys::_ChatEventsList
source ·
[−]#[repr(C)]pub struct _ChatEventsList {
pub FontChanged: Event_Void,
pub ChatReceived: Event_Chat,
pub ChatSending: Event_Chat,
pub ColCodeChanged: Event_Int,
}Fields
FontChanged: Event_VoidChatReceived: Event_ChatChatSending: Event_ChatColCodeChanged: Event_IntTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for _ChatEventsList
impl !Send for _ChatEventsList
impl !Sync for _ChatEventsList
impl Unpin for _ChatEventsList
impl UnwindSafe for _ChatEventsList
Blanket Implementations
Mutably borrows from an owned value. Read more
