Enum dmat_components::components::dock_overlay::DockPoint
source · pub enum DockPoint {
TopLeft,
TopCenter,
TopRight,
MiddleLeft,
MiddleCenter,
MiddleRight,
BottomLeft,
BottomCenter,
BottomRight,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for DockPoint
impl Send for DockPoint
impl Sync for DockPoint
impl Unpin for DockPoint
impl UnwindSafe for DockPoint
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