pub struct CheckboxDefaults {
pub checkbox_size: f64,
pub border_radius: f64,
pub border_width: f64,
pub checkmark_size: f64,
pub row_height: f64,
pub label_offset_x: f64,
}Expand description
Default sizes for standard checkboxes
Fields§
§checkbox_size: f64§border_radius: f64§border_width: f64§checkmark_size: f64§row_height: f64§label_offset_x: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckboxDefaults
impl RefUnwindSafe for CheckboxDefaults
impl Send for CheckboxDefaults
impl Sync for CheckboxDefaults
impl Unpin for CheckboxDefaults
impl UnsafeUnpin for CheckboxDefaults
impl UnwindSafe for CheckboxDefaults
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