pub struct FocusInfo {
pub action: GuiTab,
/* private fields */
}Expand description
Information about changing the keyboard focus.
Fields§
§action: GuiTabAction that has motivated the change of keyboard focus.
Implementations§
Auto Trait Implementations§
impl !Send for FocusInfo
impl !Sync for FocusInfo
impl Freeze for FocusInfo
impl RefUnwindSafe for FocusInfo
impl Unpin for FocusInfo
impl UnsafeUnpin for FocusInfo
impl UnwindSafe for FocusInfo
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