Type Alias sdl2_sys::XExtData

source ·
pub type XExtData = _XExtData;

Aliased Type§

struct XExtData {
    pub number: i32,
    pub next: *mut _XExtData,
    pub free_private: Option<unsafe extern "C" fn(_: *mut _XExtData) -> i32>,
    pub private_data: *mut i8,
}

Fields§

§number: i32§next: *mut _XExtData§free_private: Option<unsafe extern "C" fn(_: *mut _XExtData) -> i32>§private_data: *mut i8

Trait Implementations

source§

impl Clone for _XExtData

source§

fn clone(&self) -> _XExtData

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 Copy for _XExtData