pub enum PaneValues {
BottomLeft,
BottomRight,
TopLeft,
TopRight,
}Variants§
Trait Implementations§
Source§impl Clone for PaneValues
impl Clone for PaneValues
Source§fn clone(&self) -> PaneValues
fn clone(&self) -> PaneValues
Returns a duplicate 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 PaneValues
impl Debug for PaneValues
Source§impl Default for PaneValues
impl Default for PaneValues
Source§impl EnumTrait for PaneValues
impl EnumTrait for PaneValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for PaneValues
impl RefUnwindSafe for PaneValues
impl Send for PaneValues
impl Sync for PaneValues
impl Unpin for PaneValues
impl UnwindSafe for PaneValues
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