#[repr(C)]pub enum RofiImageType {
Url = 0,
LinearGradient = 1,
}Expand description
Theme image
Variants§
Trait Implementations§
Source§impl Clone for RofiImageType
impl Clone for RofiImageType
Source§fn clone(&self) -> RofiImageType
fn clone(&self) -> RofiImageType
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 RofiImageType
impl Debug for RofiImageType
Source§impl Hash for RofiImageType
impl Hash for RofiImageType
Source§impl PartialEq for RofiImageType
impl PartialEq for RofiImageType
impl Copy for RofiImageType
impl Eq for RofiImageType
impl StructuralPartialEq for RofiImageType
Auto Trait Implementations§
impl Freeze for RofiImageType
impl RefUnwindSafe for RofiImageType
impl Send for RofiImageType
impl Sync for RofiImageType
impl Unpin for RofiImageType
impl UnwindSafe for RofiImageType
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