pub enum Position {
}
Expand description
Position provides a number of pre-defined positions on the screen to quickly and easily move the window to taking into account borders and taskbars automatically.
Variants§
Center
Left
Right
Top
Bottom
TopLeft
TopRight
BottomLeft
BottomRight
LeftCenter
RightCenter
TopCenter
BottomCenter
Static(i32, i32)
Trait Implementations§
impl StructuralPartialEq for Position
Auto Trait Implementations§
impl Freeze for Position
impl RefUnwindSafe for Position
impl Send for Position
impl Sync for Position
impl Unpin for Position
impl UnwindSafe for Position
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