pub struct ButtonToggleDefaults {
pub button_size: f64,
pub icon_size: f64,
pub padding: f64,
pub border_radius: f64,
pub active_border_width: f64,
}Expand description
Default sizes for ButtonToggle toggle buttons
Fields§
§icon_size: f64§padding: f64§border_radius: f64§active_border_width: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ButtonToggleDefaults
impl RefUnwindSafe for ButtonToggleDefaults
impl Send for ButtonToggleDefaults
impl Sync for ButtonToggleDefaults
impl Unpin for ButtonToggleDefaults
impl UnsafeUnpin for ButtonToggleDefaults
impl UnwindSafe for ButtonToggleDefaults
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