pub struct IconButtonColors {
pub container_color: Color,
pub content_color: Color,
pub disabled_container_color: Color,
pub disabled_content_color: Color,
}Expand description
Color slots for icon buttons.
Fields§
§container_color: Color§content_color: Color§disabled_container_color: Color§disabled_content_color: ColorImplementations§
Trait Implementations§
Source§impl Clone for IconButtonColors
impl Clone for IconButtonColors
Source§fn clone(&self) -> IconButtonColors
fn clone(&self) -> IconButtonColors
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IconButtonColors
Auto Trait Implementations§
impl Freeze for IconButtonColors
impl RefUnwindSafe for IconButtonColors
impl Send for IconButtonColors
impl Sync for IconButtonColors
impl Unpin for IconButtonColors
impl UnsafeUnpin for IconButtonColors
impl UnwindSafe for IconButtonColors
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