Enum ui2::ButtonVariant
source · pub enum ButtonVariant {
Ghost,
Filled,
}
Variants§
Implementations§
source§impl ButtonVariant
impl ButtonVariant
pub fn bg_color(&self, cx: &mut WindowContext<'_>) -> Hsla
pub fn bg_color_hover(&self, cx: &mut WindowContext<'_>) -> Hsla
pub fn bg_color_active(&self, cx: &mut WindowContext<'_>) -> Hsla
Trait Implementations§
source§impl Clone for ButtonVariant
impl Clone for ButtonVariant
source§fn clone(&self) -> ButtonVariant
fn clone(&self) -> ButtonVariant
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 Default for ButtonVariant
impl Default for ButtonVariant
source§fn default() -> ButtonVariant
fn default() -> ButtonVariant
Returns the “default value” for a type. Read more
source§impl PartialEq<ButtonVariant> for ButtonVariant
impl PartialEq<ButtonVariant> for ButtonVariant
source§fn eq(&self, other: &ButtonVariant) -> bool
fn eq(&self, other: &ButtonVariant) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ButtonVariant
impl StructuralPartialEq for ButtonVariant
Auto Trait Implementations§
impl RefUnwindSafe for ButtonVariant
impl Send for ButtonVariant
impl Sync for ButtonVariant
impl Unpin for ButtonVariant
impl UnwindSafe for ButtonVariant
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IsDefault for Twhere
T: Default + PartialEq<T> + Copy,
impl<T> IsDefault for Twhere T: Default + PartialEq<T> + Copy,
source§fn is_default(&self) -> bool
fn is_default(&self) -> bool
Checks that type has a default value.