pub struct ResolvedInputChrome {
pub padding: Edges,
pub min_height: Px,
pub radius: Px,
pub border_width: Px,
pub background: Color,
pub border_color: Color,
pub border_color_focused: Color,
pub text_color: Color,
pub text_px: Px,
pub selection_color: Color,
}Fields§
§padding: Edges§min_height: Px§radius: Px§border_width: Px§background: Color§border_color: Color§border_color_focused: Color§text_color: Color§text_px: Px§selection_color: ColorTrait Implementations§
Source§impl Clone for ResolvedInputChrome
impl Clone for ResolvedInputChrome
Source§fn clone(&self) -> ResolvedInputChrome
fn clone(&self) -> ResolvedInputChrome
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 ResolvedInputChrome
impl Debug for ResolvedInputChrome
impl Copy for ResolvedInputChrome
Auto Trait Implementations§
impl Freeze for ResolvedInputChrome
impl RefUnwindSafe for ResolvedInputChrome
impl Send for ResolvedInputChrome
impl Sync for ResolvedInputChrome
impl Unpin for ResolvedInputChrome
impl UnsafeUnpin for ResolvedInputChrome
impl UnwindSafe for ResolvedInputChrome
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