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_Void
§PackChanged: Event_Void
§FileChanged: Event_Entry
Trait Implementations§
source§impl Clone for _TextureEventsList
impl Clone for _TextureEventsList
source§fn clone(&self) -> _TextureEventsList
fn clone(&self) -> _TextureEventsList
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 _TextureEventsList
impl Debug for _TextureEventsList
source§impl Hash for _TextureEventsList
impl Hash for _TextureEventsList
source§impl PartialEq for _TextureEventsList
impl PartialEq for _TextureEventsList
source§fn eq(&self, other: &_TextureEventsList) -> bool
fn eq(&self, other: &_TextureEventsList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _TextureEventsList
impl Eq for _TextureEventsList
impl StructuralPartialEq for _TextureEventsList
Auto Trait Implementations§
impl Freeze for _TextureEventsList
impl RefUnwindSafe for _TextureEventsList
impl !Send for _TextureEventsList
impl !Sync for _TextureEventsList
impl Unpin for _TextureEventsList
impl UnwindSafe for _TextureEventsList
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
)