Struct x11_dl::xcursor::_XcursorFile
[−]
[src]
pub struct _XcursorFile {
pub closure: *mut c_void,
pub read: Option<unsafe extern fn(*mut XcursorFile, *mut c_uchar, c_int) -> c_int>,
pub write: Option<unsafe extern fn(*mut XcursorFile, *mut c_uchar, c_int) -> c_int>,
pub seek: Option<unsafe extern fn(*mut XcursorFile, c_long, c_int) -> c_int>,
}Fields
closure: *mut c_void
read: Option<unsafe extern fn(*mut XcursorFile, *mut c_uchar, c_int) -> c_int>
write: Option<unsafe extern fn(*mut XcursorFile, *mut c_uchar, c_int) -> c_int>
seek: Option<unsafe extern fn(*mut XcursorFile, c_long, c_int) -> c_int>
Trait Implementations
impl Copy for _XcursorFile[src]
impl Clone for _XcursorFile[src]
fn clone(&self) -> _XcursorFile
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