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_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
source§fn eq(&self, other: &_NetEventsList) -> bool
fn eq(&self, other: &_NetEventsList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)