#[repr(C)]pub enum RofiLineStyle {
Solid = 0,
Dash = 1,
}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 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 RofiLineStyle
impl Debug for RofiLineStyle
Source§impl Hash for RofiLineStyle
impl Hash for RofiLineStyle
Source§impl PartialEq for RofiLineStyle
impl PartialEq for RofiLineStyle
impl Copy for RofiLineStyle
impl Eq for RofiLineStyle
impl StructuralPartialEq for RofiLineStyle
Auto Trait Implementations§
impl Freeze for RofiLineStyle
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