Struct ExActivateItemByEvent
pub struct ExActivateItemByEvent<'ex> { /* private fields */ }Expand description
Default-param extender for PopupMenu::activate_item_by_event_ex.
Implementations§
§impl<'ex> ExActivateItemByEvent<'ex>
impl<'ex> ExActivateItemByEvent<'ex>
pub fn for_global_only( self, for_global_only: bool, ) -> ExActivateItemByEvent<'ex>
pub fn done(self) -> bool
Auto Trait Implementations§
impl<'ex> Freeze for ExActivateItemByEvent<'ex>
impl<'ex> RefUnwindSafe for ExActivateItemByEvent<'ex>
impl<'ex> !Send for ExActivateItemByEvent<'ex>
impl<'ex> !Sync for ExActivateItemByEvent<'ex>
impl<'ex> Unpin for ExActivateItemByEvent<'ex>
impl<'ex> !UnwindSafe for ExActivateItemByEvent<'ex>
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