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