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