#[repr(C)]pub struct _NetEventsList {
pub Connected: Event_Void,
pub Disconnected: Event_Void,
pub PluginMessageReceived: Event_PluginMessage,
}
Fields§
§Connected: Event_Void
§Disconnected: Event_Void
§PluginMessageReceived: Event_PluginMessage
Trait Implementations§
Source§impl Clone for _NetEventsList
impl Clone for _NetEventsList
Source§fn clone(&self) -> _NetEventsList
fn clone(&self) -> _NetEventsList
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 _NetEventsList
impl Debug for _NetEventsList
Source§impl Hash for _NetEventsList
impl Hash for _NetEventsList
Source§impl PartialEq for _NetEventsList
impl PartialEq for _NetEventsList
impl Copy for _NetEventsList
impl Eq for _NetEventsList
impl StructuralPartialEq for _NetEventsList
Auto Trait Implementations§
impl Freeze for _NetEventsList
impl RefUnwindSafe for _NetEventsList
impl !Send for _NetEventsList
impl !Sync for _NetEventsList
impl Unpin for _NetEventsList
impl UnwindSafe for _NetEventsList
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