#[repr(u32)]pub enum InputMouseMode {
ModeVisible = 0,
ModeHidden = 1,
ModeCaptured = 2,
ModeConfined = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for InputMouseMode
impl Clone for InputMouseMode
Source§fn clone(&self) -> InputMouseMode
fn clone(&self) -> InputMouseMode
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 InputMouseMode
impl Debug for InputMouseMode
Source§impl Hash for InputMouseMode
impl Hash for InputMouseMode
Source§impl PartialEq for InputMouseMode
impl PartialEq for InputMouseMode
impl Copy for InputMouseMode
impl Eq for InputMouseMode
impl StructuralPartialEq for InputMouseMode
Auto Trait Implementations§
impl Freeze for InputMouseMode
impl RefUnwindSafe for InputMouseMode
impl Send for InputMouseMode
impl Sync for InputMouseMode
impl Unpin for InputMouseMode
impl UnwindSafe for InputMouseMode
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