pub enum HandlePosition {
NorthWest,
NorthEast,
SouthWest,
SouthEast,
}Expand description
Resize handle position on a selection box.
Variants§
Trait Implementations§
Source§impl Clone for HandlePosition
impl Clone for HandlePosition
Source§fn clone(&self) -> HandlePosition
fn clone(&self) -> HandlePosition
Returns a duplicate 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 HandlePosition
impl Debug for HandlePosition
Source§impl PartialEq for HandlePosition
impl PartialEq for HandlePosition
impl Copy for HandlePosition
impl Eq for HandlePosition
impl StructuralPartialEq for HandlePosition
Auto Trait Implementations§
impl Freeze for HandlePosition
impl RefUnwindSafe for HandlePosition
impl Send for HandlePosition
impl Sync for HandlePosition
impl Unpin for HandlePosition
impl UnsafeUnpin for HandlePosition
impl UnwindSafe for HandlePosition
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