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