#[repr(C)]pub enum RofiScaleType {
None = 0,
Both = 1,
Height = 2,
Width = 3,
}Variants§
Trait Implementations§
Source§impl Clone for RofiScaleType
impl Clone for RofiScaleType
Source§fn clone(&self) -> RofiScaleType
fn clone(&self) -> RofiScaleType
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 RofiScaleType
impl Debug for RofiScaleType
Source§impl Hash for RofiScaleType
impl Hash for RofiScaleType
Source§impl PartialEq for RofiScaleType
impl PartialEq for RofiScaleType
impl Copy for RofiScaleType
impl Eq for RofiScaleType
impl StructuralPartialEq for RofiScaleType
Auto Trait Implementations§
impl Freeze for RofiScaleType
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