Enum egui::viewport::CursorGrab
source · pub enum CursorGrab {
None,
Confined,
Locked,
}
Variants§
Trait Implementations§
source§impl Clone for CursorGrab
impl Clone for CursorGrab
source§fn clone(&self) -> CursorGrab
fn clone(&self) -> CursorGrab
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CursorGrab
impl Debug for CursorGrab
source§impl Default for CursorGrab
impl Default for CursorGrab
source§fn default() -> CursorGrab
fn default() -> CursorGrab
Returns the “default value” for a type. Read more
source§impl PartialEq for CursorGrab
impl PartialEq for CursorGrab
source§fn eq(&self, other: &CursorGrab) -> bool
fn eq(&self, other: &CursorGrab) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CursorGrab
impl Eq for CursorGrab
impl StructuralEq for CursorGrab
impl StructuralPartialEq for CursorGrab
Auto Trait Implementations§
impl RefUnwindSafe for CursorGrab
impl Send for CursorGrab
impl Sync for CursorGrab
impl Unpin for CursorGrab
impl UnwindSafe for CursorGrab
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