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