Struct classicube_sys::_GfxEventsList
source ·
[−]#[repr(C)]pub struct _GfxEventsList {
pub ViewDistanceChanged: Event_Void,
pub LowVRAMDetected: Event_Void,
pub ProjectionChanged: Event_Void,
pub ContextLost: Event_Void,
pub ContextRecreated: Event_Void,
}Fields
ViewDistanceChanged: Event_VoidLowVRAMDetected: Event_VoidProjectionChanged: Event_VoidContextLost: Event_VoidContextRecreated: Event_VoidTrait 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 _GfxEventsList
impl !Send for _GfxEventsList
impl !Sync for _GfxEventsList
impl Unpin for _GfxEventsList
impl UnwindSafe for _GfxEventsList
Blanket Implementations
Mutably borrows from an owned value. Read more
