pub struct Commands {
pub panel_visibility: Option<Command>,
pub dbus_visible_set: Option<bool>,
pub layout_selection: Option<SetLayout>,
}
Expand description
The commands consumed by the main loop, to be sent out to external components.
Fields
panel_visibility: Option<Command>
dbus_visible_set: Option<bool>
layout_selection: Option<SetLayout>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Commands
impl Send for Commands
impl !Sync for Commands
impl Unpin for Commands
impl UnwindSafe for Commands
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more