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