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