pub struct DesktopFocusInfo {
pub monitor_id: Id,
pub desktop_id: Id,
}Fields§
§monitor_id: Id§desktop_id: IdTrait Implementations§
Source§impl Debug for DesktopFocusInfo
impl Debug for DesktopFocusInfo
Auto Trait Implementations§
impl Freeze for DesktopFocusInfo
impl RefUnwindSafe for DesktopFocusInfo
impl Send for DesktopFocusInfo
impl Sync for DesktopFocusInfo
impl Unpin for DesktopFocusInfo
impl UnwindSafe for DesktopFocusInfo
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