Struct x11::xcursor::_XcursorAnimate
source · #[repr(C)]pub struct _XcursorAnimate {
pub cursors: *mut XcursorCursors,
pub sequence: c_int,
}Fields§
§cursors: *mut XcursorCursors§sequence: c_intTrait Implementations§
source§impl Clone for _XcursorAnimate
impl Clone for _XcursorAnimate
source§fn clone(&self) -> _XcursorAnimate
fn clone(&self) -> _XcursorAnimate
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more