pub struct Style {
pub hovered_region: Highlight,
pub picked_split: Line,
pub hovered_split: Line,
}Expand description
The appearance of a PaneGrid.
Fields§
§hovered_region: HighlightThe appearance of a hovered region highlight.
picked_split: LineThe appearance of a picked split.
hovered_split: LineThe appearance of a hovered split.
Trait Implementations§
impl Copy for Style
impl StructuralPartialEq for Style
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