Struct classicube_sys::_TextureEventsList
source ·
[−]#[repr(C)]pub struct _TextureEventsList {
pub AtlasChanged: Event_Void,
pub PackChanged: Event_Void,
pub FileChanged: Event_Entry,
}Fields
AtlasChanged: Event_VoidPackChanged: Event_VoidFileChanged: Event_EntryTrait 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 _TextureEventsList
impl !Send for _TextureEventsList
impl !Sync for _TextureEventsList
impl Unpin for _TextureEventsList
impl UnwindSafe for _TextureEventsList
Blanket Implementations
Mutably borrows from an owned value. Read more
