Struct SignalsInButtonGroup
pub struct SignalsInButtonGroup<'c> { /* private fields */ }
Expand description
A collection of signals for the ButtonGroup
class.
Implementations§
§impl<'c> SignalsInButtonGroup<'c>
impl<'c> SignalsInButtonGroup<'c>
pub fn pressed(&mut self) -> SigPressed<'c>
pub fn pressed(&mut self) -> SigPressed<'c>
Signature: (button: Gd<BaseButton>)
Auto Trait Implementations§
impl<'c> Freeze for SignalsInButtonGroup<'c>
impl<'c> RefUnwindSafe for SignalsInButtonGroup<'c>
impl<'c> !Send for SignalsInButtonGroup<'c>
impl<'c> !Sync for SignalsInButtonGroup<'c>
impl<'c> Unpin for SignalsInButtonGroup<'c>
impl<'c> !UnwindSafe for SignalsInButtonGroup<'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