Struct x11_dl::xcursor::_XcursorFile [] [src]

#[repr(C)]
pub struct _XcursorFile { pub closure: *mut c_void, pub read: Option<unsafe extern "C" fn(_: *mut XcursorFile, _: *mut c_uchar, _: c_int) -> c_int>, pub write: Option<unsafe extern "C" fn(_: *mut XcursorFile, _: *mut c_uchar, _: c_int) -> c_int>, pub seek: Option<unsafe extern "C" fn(_: *mut XcursorFile, _: c_long, _: c_int) -> c_int>, }

Fields

Trait Implementations

impl Copy for _XcursorFile
[src]

impl Clone for _XcursorFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more