pub struct ResolvedComboBox {
pub min_height: f32,
pub min_width: f32,
pub padding_horizontal: f32,
pub arrow_size: f32,
pub arrow_area_width: f32,
pub radius: f32,
}Expand description
ComboBox / dropdown trigger sizing.
Fields§
§min_height: f32§min_width: f32§padding_horizontal: f32§arrow_size: f32§arrow_area_width: f32§radius: f32Trait Implementations§
Source§impl Clone for ResolvedComboBox
impl Clone for ResolvedComboBox
Source§fn clone(&self) -> ResolvedComboBox
fn clone(&self) -> ResolvedComboBox
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResolvedComboBox
impl Debug for ResolvedComboBox
Source§impl PartialEq for ResolvedComboBox
impl PartialEq for ResolvedComboBox
impl StructuralPartialEq for ResolvedComboBox
Auto Trait Implementations§
impl Freeze for ResolvedComboBox
impl RefUnwindSafe for ResolvedComboBox
impl Send for ResolvedComboBox
impl Sync for ResolvedComboBox
impl Unpin for ResolvedComboBox
impl UnsafeUnpin for ResolvedComboBox
impl UnwindSafe for ResolvedComboBox
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