Struct x11::xcursor::_XcursorFile
source · #[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§
§closure: *mut c_void
§read: Option<unsafe extern "C" fn(_: *mut XcursorFile, _: *mut c_uchar, _: c_int) -> c_int>
§write: Option<unsafe extern "C" fn(_: *mut XcursorFile, _: *mut c_uchar, _: c_int) -> c_int>
§seek: Option<unsafe extern "C" fn(_: *mut XcursorFile, _: c_long, _: c_int) -> c_int>
Trait Implementations§
source§impl Clone for _XcursorFile
impl Clone for _XcursorFile
source§fn clone(&self) -> _XcursorFile
fn clone(&self) -> _XcursorFile
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