pub struct DropdownFieldMetrics {
pub height: f32,
pub font_size: f32,
pub chevron_box_size: f32,
pub padding_left: f32,
pub padding_top: f32,
pub padding_right: f32,
pub padding_bottom: f32,
}Fields§
§height: f32§font_size: f32§chevron_box_size: f32§padding_left: f32§padding_top: f32§padding_right: f32§padding_bottom: f32Implementations§
Trait Implementations§
Source§impl Clone for DropdownFieldMetrics
impl Clone for DropdownFieldMetrics
Source§fn clone(&self) -> DropdownFieldMetrics
fn clone(&self) -> DropdownFieldMetrics
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DropdownFieldMetrics
Source§impl Debug for DropdownFieldMetrics
impl Debug for DropdownFieldMetrics
Source§impl PartialEq for DropdownFieldMetrics
impl PartialEq for DropdownFieldMetrics
impl StructuralPartialEq for DropdownFieldMetrics
Auto Trait Implementations§
impl Freeze for DropdownFieldMetrics
impl RefUnwindSafe for DropdownFieldMetrics
impl Send for DropdownFieldMetrics
impl Sync for DropdownFieldMetrics
impl Unpin for DropdownFieldMetrics
impl UnsafeUnpin for DropdownFieldMetrics
impl UnwindSafe for DropdownFieldMetrics
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