Struct leftwm_core::models::DockArea [−][src]
pub struct DockArea {
pub top: i32,
pub top_start_x: i32,
pub top_end_x: i32,
pub bottom: i32,
pub bottom_start_x: i32,
pub bottom_end_x: i32,
pub right: i32,
pub right_start_y: i32,
pub right_end_y: i32,
pub left: i32,
pub left_start_y: i32,
pub left_end_y: i32,
}Fields
top: i32top_start_x: i32top_end_x: i32bottom: i32bottom_start_x: i32bottom_end_x: i32right: i32right_start_y: i32right_end_y: i32left: i32left_start_y: i32left_end_y: i32Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DockArea
impl UnwindSafe for DockArea
Blanket Implementations
Mutably borrows from an owned value. Read more