Struct xcb::render::Spanfix
[−]
[src]
pub struct Spanfix {
pub base: xcb_render_spanfix_t,
}Fields
base: xcb_render_spanfix_t
Methods
impl Spanfix[src]
fn new(l: Fixed, r: Fixed, y: Fixed) -> Spanfix
fn l(&self) -> Fixed
fn r(&self) -> Fixed
fn y(&self) -> Fixed
Trait Implementations
impl Copy for Spanfix[src]
impl Clone for Spanfix[src]
fn clone(&self) -> Spanfix
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