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,
}Fields
NewMap: Event_VoidLoading: Event_FloatMapLoaded: Event_VoidEnvVarChanged: Event_IntTrait 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 _WorldEventsList
impl !Send for _WorldEventsList
impl !Sync for _WorldEventsList
impl Unpin for _WorldEventsList
impl UnwindSafe for _WorldEventsList
Blanket Implementations
Mutably borrows from an owned value. Read more
