pub struct WhichKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl Widget for WhichKey
impl Widget for WhichKey
Source§fn needs_update(&self, _: &Pass) -> bool
fn needs_update(&self, _: &Pass) -> bool
Source§fn on_mouse_event(pa: &mut Pass, handle: &Handle<Self>, event: MouseEvent)
fn on_mouse_event(pa: &mut Pass, handle: &Handle<Self>, event: MouseEvent)
How to handle a
MouseEvent Read moreSource§fn print_opts(&self) -> PrintOpts
fn print_opts(&self) -> PrintOpts
Auto Trait Implementations§
impl Freeze for WhichKey
impl !RefUnwindSafe for WhichKey
impl Send for WhichKey
impl Sync for WhichKey
impl Unpin for WhichKey
impl UnsafeUnpin for WhichKey
impl !UnwindSafe for WhichKey
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