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