#[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 duplicate 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 moreSource§impl Debug for _XcursorFile
 
impl Debug for _XcursorFile
impl Copy for _XcursorFile
Auto Trait Implementations§
impl Freeze for _XcursorFile
impl RefUnwindSafe for _XcursorFile
impl !Send for _XcursorFile
impl !Sync for _XcursorFile
impl Unpin for _XcursorFile
impl UnwindSafe for _XcursorFile
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more