[][src]Struct umberwm::Conf

pub struct Conf {
    pub meta: Meta,
    pub border: WindowBorder,
    pub display_border: DisplayBorder,
    pub workspaces_names: Vec<Key>,
    pub custom_actions: HashMap<Key, CustomAction>,
    pub wm_actions: HashMap<Key, Actions>,
    pub float_classes: Vec<String>,
    pub auto_float_types: Vec<String>,
}

Fields

meta: Metaborder: WindowBorderdisplay_border: DisplayBorderworkspaces_names: Vec<Key>custom_actions: HashMap<Key, CustomAction>wm_actions: HashMap<Key, Actions>float_classes: Vec<String>auto_float_types: Vec<String>

Auto Trait Implementations

impl !RefUnwindSafe for Conf

impl !Send for Conf

impl !Sync for Conf

impl Unpin for Conf

impl !UnwindSafe for Conf

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.