Struct classicube_sys::_NetEventsList
source ·
[−]#[repr(C)]pub struct _NetEventsList {
pub Connected: Event_Void,
pub Disconnected: Event_Void,
pub PluginMessageReceived: Event_PluginMessage,
}Fields
Connected: Event_VoidDisconnected: Event_VoidPluginMessageReceived: Event_PluginMessageTrait 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 _NetEventsList
impl !Send for _NetEventsList
impl !Sync for _NetEventsList
impl Unpin for _NetEventsList
impl UnwindSafe for _NetEventsList
Blanket Implementations
Mutably borrows from an owned value. Read more
