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