Enum egui::containers::AboveOrBelow
source · pub enum AboveOrBelow {
Above,
Below,
}
Expand description
Indicate whether or not a popup will be shown above or below the box.
Variants§
Trait Implementations§
source§impl Clone for AboveOrBelow
impl Clone for AboveOrBelow
source§fn clone(&self) -> AboveOrBelow
fn clone(&self) -> AboveOrBelow
Returns a copy 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 AboveOrBelow
impl Debug for AboveOrBelow
source§impl Hash for AboveOrBelow
impl Hash for AboveOrBelow
source§impl PartialEq for AboveOrBelow
impl PartialEq for AboveOrBelow
source§fn eq(&self, other: &AboveOrBelow) -> bool
fn eq(&self, other: &AboveOrBelow) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AboveOrBelow
impl Eq for AboveOrBelow
impl StructuralEq for AboveOrBelow
impl StructuralPartialEq for AboveOrBelow
Auto Trait Implementations§
impl RefUnwindSafe for AboveOrBelow
impl Send for AboveOrBelow
impl Sync for AboveOrBelow
impl Unpin for AboveOrBelow
impl UnwindSafe for AboveOrBelow
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