Struct SignalsInScriptEditor
pub struct SignalsInScriptEditor<'c> { /* private fields */ }
Expand description
A collection of signals for the ScriptEditor
class.
Implementations§
§impl<'c> SignalsInScriptEditor<'c>
impl<'c> SignalsInScriptEditor<'c>
pub fn editor_script_changed(&mut self) -> SigEditorScriptChanged<'c>
pub fn editor_script_changed(&mut self) -> SigEditorScriptChanged<'c>
Signature: (script: Gd<Script>)
pub fn script_close(&mut self) -> SigScriptClose<'c>
pub fn script_close(&mut self) -> SigScriptClose<'c>
Signature: (script: Gd<Script>)
Auto Trait Implementations§
impl<'c> Freeze for SignalsInScriptEditor<'c>
impl<'c> RefUnwindSafe for SignalsInScriptEditor<'c>
impl<'c> !Send for SignalsInScriptEditor<'c>
impl<'c> !Sync for SignalsInScriptEditor<'c>
impl<'c> Unpin for SignalsInScriptEditor<'c>
impl<'c> !UnwindSafe for SignalsInScriptEditor<'c>
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