pub struct CheckboxConfig {
pub modifier: Modifier,
pub checked_color: Color,
pub unchecked_color: Color,
pub checkmark_color: Color,
}Expand description
Configuration for Checkbox.
Fields§
§modifier: Modifier§checked_color: Color§unchecked_color: Color§checkmark_color: ColorTrait Implementations§
Source§impl Clone for CheckboxConfig
impl Clone for CheckboxConfig
Source§fn clone(&self) -> CheckboxConfig
fn clone(&self) -> CheckboxConfig
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 moreSource§impl Debug for CheckboxConfig
impl Debug for CheckboxConfig
Auto Trait Implementations§
impl !RefUnwindSafe for CheckboxConfig
impl !Send for CheckboxConfig
impl !Sync for CheckboxConfig
impl !UnwindSafe for CheckboxConfig
impl Freeze for CheckboxConfig
impl Unpin for CheckboxConfig
impl UnsafeUnpin for CheckboxConfig
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