pub struct ResolvedCard {
pub background: Rgba,
pub border: Rgba,
pub radius: f32,
pub padding: f32,
pub shadow: bool,
}Expand description
Card / container colors and geometry.
Fields§
§background: Rgba§border: Rgba§radius: f32§padding: f32§shadow: boolTrait Implementations§
Source§impl Clone for ResolvedCard
impl Clone for ResolvedCard
Source§fn clone(&self) -> ResolvedCard
fn clone(&self) -> ResolvedCard
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 ResolvedCard
impl Debug for ResolvedCard
Source§impl PartialEq for ResolvedCard
impl PartialEq for ResolvedCard
impl StructuralPartialEq for ResolvedCard
Auto Trait Implementations§
impl Freeze for ResolvedCard
impl RefUnwindSafe for ResolvedCard
impl Send for ResolvedCard
impl Sync for ResolvedCard
impl Unpin for ResolvedCard
impl UnsafeUnpin for ResolvedCard
impl UnwindSafe for ResolvedCard
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