pub struct ResolvedCheckbox {
pub checked_bg: Rgba,
pub indicator_size: f32,
pub spacing: f32,
pub radius: f32,
pub border_width: f32,
}Expand description
Checkbox and radio button indicator geometry.
Fields§
§checked_bg: Rgba§indicator_size: f32§spacing: f32§radius: f32§border_width: f32Trait Implementations§
Source§impl Clone for ResolvedCheckbox
impl Clone for ResolvedCheckbox
Source§fn clone(&self) -> ResolvedCheckbox
fn clone(&self) -> ResolvedCheckbox
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 ResolvedCheckbox
impl Debug for ResolvedCheckbox
Source§impl PartialEq for ResolvedCheckbox
impl PartialEq for ResolvedCheckbox
impl StructuralPartialEq for ResolvedCheckbox
Auto Trait Implementations§
impl Freeze for ResolvedCheckbox
impl RefUnwindSafe for ResolvedCheckbox
impl Send for ResolvedCheckbox
impl Sync for ResolvedCheckbox
impl Unpin for ResolvedCheckbox
impl UnsafeUnpin for ResolvedCheckbox
impl UnwindSafe for ResolvedCheckbox
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