[][src]Type Definition xcb_util::ewmh::StrutPartial

type StrutPartial = xcb_ewmh_wm_strut_partial_t;

Methods

impl StrutPartial[src]

pub fn left(&self) -> u32[src]

pub fn right(&self) -> u32[src]

pub fn top(&self) -> u32[src]

pub fn bottom(&self) -> u32[src]

pub fn left_start_y(&self) -> u32[src]

pub fn left_end_y(&self) -> u32[src]

pub fn right_start_y(&self) -> u32[src]

pub fn right_end_y(&self) -> u32[src]

pub fn top_start_x(&self) -> u32[src]

pub fn top_end_x(&self) -> u32[src]

pub fn bottom_start_x(&self) -> u32[src]

pub fn bottom_end_x(&self) -> u32[src]