Struct xcb::render::Animcursorelt
[−]
[src]
pub struct Animcursorelt { pub base: xcb_render_animcursorelt_t, }
Fields
base: xcb_render_animcursorelt_t
Methods
impl Animcursorelt
[src]
fn new(cursor: Cursor, delay: u32) -> Animcursorelt
fn cursor(&self) -> Cursor
fn delay(&self) -> u32
Trait Implementations
impl Copy for Animcursorelt
[src]
impl Clone for Animcursorelt
[src]
fn clone(&self) -> Animcursorelt
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