pub struct DesktopUpdate {
pub reason: DesktopReason,
pub status: DesktopStatus,
pub layout: Option<DesktopLayout>,
}Fields§
§reason: DesktopReason§status: DesktopStatus§layout: Option<DesktopLayout>Absent on failed/forwarded replies, whose geometry is undefined on the wire.
Trait Implementations§
Source§impl Clone for DesktopUpdate
impl Clone for DesktopUpdate
Source§impl Debug for DesktopUpdate
impl Debug for DesktopUpdate
impl Eq for DesktopUpdate
Source§impl PartialEq for DesktopUpdate
impl PartialEq for DesktopUpdate
impl StructuralPartialEq for DesktopUpdate
Auto Trait Implementations§
impl Freeze for DesktopUpdate
impl RefUnwindSafe for DesktopUpdate
impl Send for DesktopUpdate
impl Sync for DesktopUpdate
impl Unpin for DesktopUpdate
impl UnsafeUnpin for DesktopUpdate
impl UnwindSafe for DesktopUpdate
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