pub struct CheckboxStyle {
pub frame: Frame,
pub text_style: TextVisuals,
pub checkbox_size: f32,
pub check_size: f32,
pub checkbox_frame: Frame,
pub check_stroke: Stroke,
}Fields§
§frame: FrameFrame around
text_style: TextVisualsText next to it
checkbox_size: f32Checkbox size
check_size: f32Checkmark size
checkbox_frame: FrameFrame of the checkbox itself
check_stroke: StrokeCheckmark stroke
Auto Trait Implementations§
impl Freeze for CheckboxStyle
impl RefUnwindSafe for CheckboxStyle
impl Send for CheckboxStyle
impl Sync for CheckboxStyle
impl Unpin for CheckboxStyle
impl UnwindSafe for CheckboxStyle
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