#[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
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