Struct SignalsInViewport
pub struct SignalsInViewport<'c> { /* private fields */ }
Expand description
A collection of signals for the Viewport
class.
Implementations§
§impl<'c> SignalsInViewport<'c>
impl<'c> SignalsInViewport<'c>
pub fn size_changed(&mut self) -> SigSizeChanged<'c>
pub fn size_changed(&mut self) -> SigSizeChanged<'c>
Signature: ()
pub fn gui_focus_changed(&mut self) -> SigGuiFocusChanged<'c>
pub fn gui_focus_changed(&mut self) -> SigGuiFocusChanged<'c>
Signature: (node: Gd<Control>)
Auto Trait Implementations§
impl<'c> Freeze for SignalsInViewport<'c>
impl<'c> RefUnwindSafe for SignalsInViewport<'c>
impl<'c> !Send for SignalsInViewport<'c>
impl<'c> !Sync for SignalsInViewport<'c>
impl<'c> Unpin for SignalsInViewport<'c>
impl<'c> !UnwindSafe for SignalsInViewport<'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