Struct niri_ipc::state::WindowsState
source · pub struct WindowsState {
pub windows: HashMap<u64, Window>,
}
Expand description
The windows state communicated over the event stream.
Fields§
§windows: HashMap<u64, Window>
Map from a window id to the window.
Trait Implementations§
source§impl Debug for WindowsState
impl Debug for WindowsState
source§impl Default for WindowsState
impl Default for WindowsState
source§fn default() -> WindowsState
fn default() -> WindowsState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WindowsState
impl RefUnwindSafe for WindowsState
impl Send for WindowsState
impl Sync for WindowsState
impl Unpin for WindowsState
impl UnwindSafe for WindowsState
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