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