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