Enum egui_notify::Anchor
source · [−]pub enum Anchor {
TopRight,
TopLeft,
BottomRight,
BottomLeft,
}Expand description
Anchor where to show toasts
Variants
TopRight
Top right corner.
TopLeft
Top left corner.
BottomRight
Bottom right corner.
BottomLeft
Bottom left corner
Trait Implementations
impl Copy for Anchor
impl Eq for Anchor
impl StructuralEq for Anchor
impl StructuralPartialEq for Anchor
Auto Trait Implementations
impl RefUnwindSafe for Anchor
impl Send for Anchor
impl Sync for Anchor
impl Unpin for Anchor
impl UnwindSafe for Anchor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more