Struct xcb::ffi::xproto::xcb_free_cursor_request_t [] [src]

#[repr(C)]
pub struct xcb_free_cursor_request_t { pub major_opcode: u8, pub pad0: u8, pub length: u16, pub cursor: xcb_cursor_t, }

Deletes a cursor

Deletes the association between the cursor resource ID and the specified cursor. The cursor is freed when no other resource references it.

Fields

The cursor to destroy.

Trait Implementations

impl Copy for xcb_free_cursor_request_t
[src]

impl Clone for xcb_free_cursor_request_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more