pub struct Style {
pub background: Background,
pub border_radius: f32,
pub border_width: f32,
pub border_color: Color,
}Expand description
The appearance of a text input.
Fields§
§background: Background§border_radius: f32§border_width: f32§border_color: ColorTrait Implementations§
Auto Trait Implementations§
impl Freeze for Style
impl RefUnwindSafe for Style
impl Send for Style
impl Sync for Style
impl Unpin for Style
impl UnsafeUnpin for Style
impl UnwindSafe for Style
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