pub struct ControlFallbacks {
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 ControlFallbacks
impl Clone for ControlFallbacks
Source§fn clone(&self) -> ControlFallbacks
fn clone(&self) -> ControlFallbacks
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 ControlFallbacks
impl Debug for ControlFallbacks
impl Copy for ControlFallbacks
Auto Trait Implementations§
impl Freeze for ControlFallbacks
impl RefUnwindSafe for ControlFallbacks
impl Send for ControlFallbacks
impl Sync for ControlFallbacks
impl Unpin for ControlFallbacks
impl UnsafeUnpin for ControlFallbacks
impl UnwindSafe for ControlFallbacks
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