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