pub struct PaneInfo {
pub id: String,
pub title: String,
pub is_plugin: bool,
pub is_focused: bool,
pub running: bool,
}Expand description
Backend-agnostic pane/surface descriptor.
Fields§
§id: String§title: String§is_plugin: bool§is_focused: bool§running: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for PaneInfo
impl RefUnwindSafe for PaneInfo
impl Send for PaneInfo
impl Sync for PaneInfo
impl Unpin for PaneInfo
impl UnsafeUnpin for PaneInfo
impl UnwindSafe for PaneInfo
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