#[repr(C)]pub struct Style { /* private fields */ }
Implementations§
Source§impl Style
impl Style
pub fn window_mut(&mut self) -> &mut StyleWindow
pub fn font_mut(&mut self) -> &mut UserFont
pub fn cursors_mut(&mut self) -> &mut CursorMap<'_>
pub fn cursor_active_mut(&mut self) -> &mut Cursor
pub fn set_cursor_visible(&mut self, value: bool)
pub fn text_mut(&mut self) -> &mut StyleText
pub fn option_mut(&mut self) -> &mut StyleToggle
pub fn checkbox_mut(&mut self) -> &mut StyleToggle
pub fn selectable_mut(&mut self) -> &mut StyleSelectable
pub fn slider_mut(&mut self) -> &mut StyleSlider
pub fn progress_mut(&mut self) -> &mut StyleProgress
pub fn property_mut(&mut self) -> &mut StyleProperty
pub fn edit_mut(&mut self) -> &mut StyleEdit
pub fn chart_mut(&mut self) -> &mut StyleChart
pub fn scroll_h_mut(&mut self) -> &mut StyleScrollbar
pub fn scroll_v_mut(&mut self) -> &mut StyleScrollbar
pub fn tab_mut(&mut self) -> &mut StyleTab
pub fn combo_mut(&mut self) -> &mut StyleCombo
pub fn window(&self) -> &StyleWindow
pub fn font(&self) -> &UserFont
pub fn cursors(&self) -> &CursorMap<'_>
pub fn cursor_active(&self) -> &Cursor
pub fn cursor_visible(&self) -> bool
pub fn text(&self) -> &StyleText
pub fn option(&self) -> &StyleToggle
pub fn checkbox(&self) -> &StyleToggle
pub fn selectable(&self) -> &StyleSelectable
pub fn slider(&self) -> &StyleSlider
pub fn progress(&self) -> &StyleProgress
pub fn property(&self) -> &StyleProperty
pub fn edit(&self) -> &StyleEdit
pub fn chart(&self) -> &StyleChart
pub fn scroll_h(&self) -> &StyleScrollbar
pub fn scroll_v(&self) -> &StyleScrollbar
pub fn tab(&self) -> &StyleTab
pub fn combo(&self) -> &StyleCombo
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Style
impl RefUnwindSafe for Style
impl !Send for Style
impl !Sync for Style
impl Unpin for Style
impl UnwindSafe for Style
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