pub struct CheckboxTextDefaults {
pub height: f64,
pub padding_x: f64,
pub padding_y: f64,
pub checkbox_size: f64,
pub checkbox_text_gap: f64,
pub font_size: f64,
pub border_radius: f64,
pub button_margin: f64,
}Expand description
Default sizes for CheckboxText action buttons
Fields§
§height: f64§padding_x: f64§padding_y: f64§checkbox_size: f64§checkbox_text_gap: f64§font_size: f64§border_radius: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckboxTextDefaults
impl RefUnwindSafe for CheckboxTextDefaults
impl Send for CheckboxTextDefaults
impl Sync for CheckboxTextDefaults
impl Unpin for CheckboxTextDefaults
impl UnsafeUnpin for CheckboxTextDefaults
impl UnwindSafe for CheckboxTextDefaults
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