Type Definition xcb::xkb::Outline [−][src]
type Outline<'a> = StructPtr<'a, xcb_xkb_outline_t>;
Implementations
impl<'a> Outline<'a>
[src]
pub fn n_points(&self) -> u8
[src]
pub fn corner_radius(&self) -> u8
[src]
pub fn points(&self) -> PointIteratorⓘNotable traits for PointIterator
impl Iterator for PointIterator type Item = Point;
[src]
Notable traits for PointIterator
impl Iterator for PointIterator type Item = Point;