Struct xcb::render::Glyphinfo
[−]
[src]
pub struct Glyphinfo { pub base: xcb_render_glyphinfo_t, }
Fields
base: xcb_render_glyphinfo_t
Methods
impl Glyphinfo
[src]
fn new(
width: u16,
height: u16,
x: i16,
y: i16,
x_off: i16,
y_off: i16
) -> Glyphinfo
width: u16,
height: u16,
x: i16,
y: i16,
x_off: i16,
y_off: i16
) -> Glyphinfo
fn width(&self) -> u16
fn height(&self) -> u16
fn x(&self) -> i16
fn y(&self) -> i16
fn x_off(&self) -> i16
fn y_off(&self) -> i16
Trait Implementations
impl Copy for Glyphinfo
[src]
impl Clone for Glyphinfo
[src]
fn clone(&self) -> Glyphinfo
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