pub struct DesktopSwapInfo {
pub src_monitor_id: Id,
pub src_desktop_id: Id,
pub dst_monitor_id: Id,
pub dst_desktop_id: Id,
}Fields§
§src_monitor_id: Id§src_desktop_id: Id§dst_monitor_id: Id§dst_desktop_id: IdTrait Implementations§
Source§impl Debug for DesktopSwapInfo
impl Debug for DesktopSwapInfo
Auto Trait Implementations§
impl Freeze for DesktopSwapInfo
impl RefUnwindSafe for DesktopSwapInfo
impl Send for DesktopSwapInfo
impl Sync for DesktopSwapInfo
impl Unpin for DesktopSwapInfo
impl UnwindSafe for DesktopSwapInfo
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