pub enum FloatingModifierMode {
Normal,
Inverse,
}Variants§
Normal
Left click is used for moving and right click for resizing
Inverse
Left click is used for resizing and right click for moving
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FloatingModifierMode
impl RefUnwindSafe for FloatingModifierMode
impl Send for FloatingModifierMode
impl Sync for FloatingModifierMode
impl Unpin for FloatingModifierMode
impl UnwindSafe for FloatingModifierMode
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