Struct penrose_ui::bar::widgets::WsMeta
source · pub struct WsMeta { /* private fields */ }
Expand description
Metadata around the content of a particular workspace within the current window manager state.
Implementations§
Trait Implementations§
source§impl From<&Workspace<Xid>> for WsMeta
impl From<&Workspace<Xid>> for WsMeta
source§fn from(w: &ClientSpace) -> Self
fn from(w: &ClientSpace) -> Self
Converts to this type from the input type.
source§impl PartialEq for WsMeta
impl PartialEq for WsMeta
impl StructuralPartialEq for WsMeta
Auto Trait Implementations§
impl Freeze for WsMeta
impl RefUnwindSafe for WsMeta
impl Send for WsMeta
impl Sync for WsMeta
impl Unpin for WsMeta
impl UnwindSafe for WsMeta
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