Enum egui::containers::panel::TopBottomSide
source · pub enum TopBottomSide {
Top,
Bottom,
}
Variants§
Trait Implementations§
source§impl Clone for TopBottomSide
impl Clone for TopBottomSide
source§fn clone(&self) -> TopBottomSide
fn clone(&self) -> TopBottomSide
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 TopBottomSide
impl Debug for TopBottomSide
source§impl PartialEq for TopBottomSide
impl PartialEq for TopBottomSide
source§fn eq(&self, other: &TopBottomSide) -> bool
fn eq(&self, other: &TopBottomSide) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TopBottomSide
impl Eq for TopBottomSide
impl StructuralEq for TopBottomSide
impl StructuralPartialEq for TopBottomSide
Auto Trait Implementations§
impl RefUnwindSafe for TopBottomSide
impl Send for TopBottomSide
impl Sync for TopBottomSide
impl Unpin for TopBottomSide
impl UnwindSafe for TopBottomSide
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