pub enum MoveStyle {
ForceMoveLeft,
ForceMoveRight,
NoCrossBoundary,
Shortest,
}
Expand description
The style of the offset display window
Variants§
ForceMoveLeft
Always move to left
ForceMoveRight
Always move to right
NoCrossBoundary
Top left of display window won’t cross display boundary
Shortest
Automatic find the shortest path
Auto Trait Implementations§
impl Freeze for MoveStyle
impl RefUnwindSafe for MoveStyle
impl Send for MoveStyle
impl Sync for MoveStyle
impl Unpin for MoveStyle
impl UnwindSafe for MoveStyle
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