pub type XcursorFile = _XcursorFile;

Aliased Type§

struct XcursorFile {
    pub closure: *mut c_void,
    pub read: Option<unsafe extern "C" fn(_: *mut _XcursorFile, _: *mut u8, _: i32) -> i32>,
    pub write: Option<unsafe extern "C" fn(_: *mut _XcursorFile, _: *mut u8, _: i32) -> i32>,
    pub seek: Option<unsafe extern "C" fn(_: *mut _XcursorFile, _: i64, _: i32) -> i32>,
}

Fields§

§closure: *mut c_void§read: Option<unsafe extern "C" fn(_: *mut _XcursorFile, _: *mut u8, _: i32) -> i32>§write: Option<unsafe extern "C" fn(_: *mut _XcursorFile, _: *mut u8, _: i32) -> i32>§seek: Option<unsafe extern "C" fn(_: *mut _XcursorFile, _: i64, _: i32) -> i32>

Trait Implementations§

source§

impl Clone for _XcursorFile

source§

fn clone(&self) -> _XcursorFile

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _XcursorFile

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Copy for _XcursorFile