pub struct RadioStyle {
pub selected: Option<&'static str>,
pub unselected: Option<&'static str>,
pub text_color: Rgba,
pub background: Rgba,
pub selected_background: Rgba,
pub hovered_text: Option<Rgba>,
pub hovered_background: Option<Rgba>,
}Fields§
§selected: Option<&'static str>§unselected: Option<&'static str>§text_color: Rgba§background: Rgba§selected_background: Rgba§hovered_text: Option<Rgba>§hovered_background: Option<Rgba>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RadioStyle
impl RefUnwindSafe for RadioStyle
impl Send for RadioStyle
impl Sync for RadioStyle
impl Unpin for RadioStyle
impl UnwindSafe for RadioStyle
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