#[repr(C)]pub struct SLuaMessageEvent {
pub inData: *const c_char,
}
Expand description
This AI event triggers whenever any message is sent by a Lua widget or unsynced gadget.
Fields§
§inData: *const c_char
Trait Implementations§
Source§impl Clone for SLuaMessageEvent
impl Clone for SLuaMessageEvent
Source§fn clone(&self) -> SLuaMessageEvent
fn clone(&self) -> SLuaMessageEvent
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 moreSource§impl Debug for SLuaMessageEvent
impl Debug for SLuaMessageEvent
impl Copy for SLuaMessageEvent
Auto Trait Implementations§
impl Freeze for SLuaMessageEvent
impl RefUnwindSafe for SLuaMessageEvent
impl !Send for SLuaMessageEvent
impl !Sync for SLuaMessageEvent
impl Unpin for SLuaMessageEvent
impl UnwindSafe for SLuaMessageEvent
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