pub struct Style {
pub background: Option<Background>,
pub border: Border,
pub shadow: Shadow,
pub snap: bool,
pub active_indicator: Indicator,
pub pending_indicator: Indicator,
}Available on crate feature
selector_bar only.Fields§
§background: Option<Background>§border: Border§shadow: Shadow§snap: bool§active_indicator: Indicator§pending_indicator: IndicatorTrait 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 UnsafeUnpin 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