Struct glutin::platform::unix::x11::ffi::_XcursorFile [−][src]
#[repr(C)]pub 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
impl Clone for _XcursorFile
[src][+]
impl Copy for _XcursorFile
[src]
impl Debug for _XcursorFile
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for _XcursorFile
impl !Send for _XcursorFile
impl !Sync for _XcursorFile
impl Unpin for _XcursorFile
impl UnwindSafe for _XcursorFile
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,