Struct xcb::render::Trapezoid
[−]
[src]
pub struct Trapezoid {
pub base: xcb_render_trapezoid_t,
}Fields
base: xcb_render_trapezoid_t
Methods
impl Trapezoid[src]
fn new(top: Fixed, bottom: Fixed, left: Linefix, right: Linefix) -> Trapezoid
fn top(&self) -> Fixed
fn bottom(&self) -> Fixed
fn left(&self) -> Linefix
fn right(&self) -> Linefix
Trait Implementations
impl Copy for Trapezoid[src]
impl Clone for Trapezoid[src]
fn clone(&self) -> Trapezoid
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