pub enum Horizontal {
Center,
Left,
Right,
}
Expand description
Horizontal position of the key
Variants§
Trait Implementations§
Source§impl Clone for Horizontal
impl Clone for Horizontal
Source§fn clone(&self) -> Horizontal
fn clone(&self) -> Horizontal
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 moreimpl Copy for Horizontal
Auto Trait Implementations§
impl Freeze for Horizontal
impl RefUnwindSafe for Horizontal
impl Send for Horizontal
impl Sync for Horizontal
impl Unpin for Horizontal
impl UnwindSafe for Horizontal
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