pub struct ReportMonitorInfo {
pub desktops: HashMap<String, ReportDesktopInfo>,
pub focused: bool,
}Fields§
§desktops: HashMap<String, ReportDesktopInfo>§focused: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ReportMonitorInfo
impl RefUnwindSafe for ReportMonitorInfo
impl Send for ReportMonitorInfo
impl Sync for ReportMonitorInfo
impl Unpin for ReportMonitorInfo
impl UnsafeUnpin for ReportMonitorInfo
impl UnwindSafe for ReportMonitorInfo
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