Struct gabelstaplerwm::wm::window_system::WmConfig
[−]
[src]
pub struct WmConfig { pub f_color: (u16, u16, u16), pub u_color: (u16, u16, u16), pub border_width: u8, }
Configuration information used by the window manager.
Fields
f_color: (u16, u16, u16)
color of focused window's border
u_color: (u16, u16, u16)
color of unfocused window's border
border_width: u8
window border width
Trait Implementations
impl Clone for WmConfig
[src]
fn clone(&self) -> WmConfig
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more