Struct classicube_sys::_EntityEventsList
source · #[repr(C)]pub struct _EntityEventsList {
pub Added: Event_Int,
pub Removed: Event_Int,
}
Fields§
§Added: Event_Int
§Removed: Event_Int
Trait Implementations§
source§impl Clone for _EntityEventsList
impl Clone for _EntityEventsList
source§fn clone(&self) -> _EntityEventsList
fn clone(&self) -> _EntityEventsList
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 _EntityEventsList
impl Debug for _EntityEventsList
source§impl Hash for _EntityEventsList
impl Hash for _EntityEventsList
source§impl PartialEq for _EntityEventsList
impl PartialEq for _EntityEventsList
source§fn eq(&self, other: &_EntityEventsList) -> bool
fn eq(&self, other: &_EntityEventsList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _EntityEventsList
impl Eq for _EntityEventsList
impl StructuralPartialEq for _EntityEventsList
Auto Trait Implementations§
impl Freeze for _EntityEventsList
impl RefUnwindSafe for _EntityEventsList
impl !Send for _EntityEventsList
impl !Sync for _EntityEventsList
impl Unpin for _EntityEventsList
impl UnwindSafe for _EntityEventsList
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
)