Struct SignalsInOptionButton
pub struct SignalsInOptionButton<'c> { /* private fields */ }
Expand description
A collection of signals for the OptionButton
class.
Implementations§
§impl<'c> SignalsInOptionButton<'c>
impl<'c> SignalsInOptionButton<'c>
pub fn item_selected(&mut self) -> SigItemSelected<'c>
pub fn item_selected(&mut self) -> SigItemSelected<'c>
Signature: (index: i64)
pub fn item_focused(&mut self) -> SigItemFocused<'c>
pub fn item_focused(&mut self) -> SigItemFocused<'c>
Signature: (index: i64)
Auto Trait Implementations§
impl<'c> Freeze for SignalsInOptionButton<'c>
impl<'c> RefUnwindSafe for SignalsInOptionButton<'c>
impl<'c> !Send for SignalsInOptionButton<'c>
impl<'c> !Sync for SignalsInOptionButton<'c>
impl<'c> Unpin for SignalsInOptionButton<'c>
impl<'c> !UnwindSafe for SignalsInOptionButton<'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