Type Alias XExtData

pub type XExtData = _XExtData;
Available on crate feature dep_sdl2 only.

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

§

impl Clone for _XExtData

§

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
§

impl Copy for _XExtData