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