pub struct Queue<'a> { /* private fields */ }Expand description
Re-export for convenience.
Implementations§
Source§impl<'a> Queue<'a>
impl<'a> Queue<'a>
Sourcepub fn close_window(&mut self)
pub fn close_window(&mut self)
Close the window.
Sourcepub fn set_key_capture(&mut self, key_capture: KeyCapture)
pub fn set_key_capture(&mut self, key_capture: KeyCapture)
Set how to handle capturing key events from the host.
Auto Trait Implementations§
impl<'a> Freeze for Queue<'a>
impl<'a> RefUnwindSafe for Queue<'a>
impl<'a> Send for Queue<'a>
impl<'a> Sync for Queue<'a>
impl<'a> Unpin for Queue<'a>
impl<'a> UnsafeUnpin for Queue<'a>
impl<'a> !UnwindSafe for Queue<'a>
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