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