pub struct BindingModes {
pub modes: Vec<String>,
}Available on crate feature
i3-4-13 only.Expand description
The reply to the get_binding_modes request.
Fields§
§modes: Vec<String>A vector of all currently configured binding modes.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BindingModes
impl RefUnwindSafe for BindingModes
impl Send for BindingModes
impl Sync for BindingModes
impl Unpin for BindingModes
impl UnwindSafe for BindingModes
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