#[repr(C)]pub struct EventDataInteractionRenderModelsChangedEXT {
pub ty: StructureType,
pub next: *const c_void,
}Expand description
Fields§
§ty: StructureType§next: *const c_voidImplementations§
Source§impl EventDataInteractionRenderModelsChangedEXT
impl EventDataInteractionRenderModelsChangedEXT
pub const TYPE: StructureType = StructureType::EVENT_DATA_INTERACTION_RENDER_MODELS_CHANGED_EXT
Trait Implementations§
Source§impl Clone for EventDataInteractionRenderModelsChangedEXT
impl Clone for EventDataInteractionRenderModelsChangedEXT
Source§fn clone(&self) -> EventDataInteractionRenderModelsChangedEXT
fn clone(&self) -> EventDataInteractionRenderModelsChangedEXT
Returns a duplicate 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 moreimpl Copy for EventDataInteractionRenderModelsChangedEXT
Auto Trait Implementations§
impl Freeze for EventDataInteractionRenderModelsChangedEXT
impl RefUnwindSafe for EventDataInteractionRenderModelsChangedEXT
impl !Send for EventDataInteractionRenderModelsChangedEXT
impl !Sync for EventDataInteractionRenderModelsChangedEXT
impl Unpin for EventDataInteractionRenderModelsChangedEXT
impl UnwindSafe for EventDataInteractionRenderModelsChangedEXT
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