pub struct DropdownTextChevronDefaults {
pub width: f64,
pub height: f64,
pub chevron_area_width: f64,
pub text_area_width: f64,
pub text_padding_x: f64,
pub chevron_size: f64,
pub separator_width: f64,
pub border_radius: f64,
pub border_width: f64,
}Expand description
Default sizes for text+chevron dropdowns
Fields§
§width: f64§height: f64§chevron_area_width: f64§text_area_width: f64§text_padding_x: f64§chevron_size: f64§separator_width: f64§border_radius: f64§border_width: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for DropdownTextChevronDefaults
impl RefUnwindSafe for DropdownTextChevronDefaults
impl Send for DropdownTextChevronDefaults
impl Sync for DropdownTextChevronDefaults
impl Unpin for DropdownTextChevronDefaults
impl UnsafeUnpin for DropdownTextChevronDefaults
impl UnwindSafe for DropdownTextChevronDefaults
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