Enum rofi_plugin_sys::RofiImageType
source · #[repr(C)]pub enum RofiImageType {
Url,
LinearGradient,
}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 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 RofiImageType
impl Debug for RofiImageType
source§impl Hash for RofiImageType
impl Hash for RofiImageType
source§impl PartialEq<RofiImageType> for RofiImageType
impl PartialEq<RofiImageType> for RofiImageType
source§fn eq(&self, other: &RofiImageType) -> bool
fn eq(&self, other: &RofiImageType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for RofiImageType
impl Eq for RofiImageType
impl StructuralEq for RofiImageType
impl StructuralPartialEq for RofiImageType
Auto Trait Implementations§
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