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