Type Alias fdf_token_t

Source
pub type fdf_token_t = fdf_token;

Aliased Type§

struct fdf_token_t {
    pub handler: Option<unsafe extern "C" fn(_: *mut fdf_dispatcher, _: *mut fdf_token, _: i32, _: u32)>,
}

Fields§

§handler: Option<unsafe extern "C" fn(_: *mut fdf_dispatcher, _: *mut fdf_token, _: i32, _: u32)>

Trait Implementations

Source§

impl Clone for fdf_token

Source§

fn clone(&self) -> fdf_token

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 fdf_token

Source§

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

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

impl Default for fdf_token

Source§

fn default() -> fdf_token

Returns the “default value” for a type. Read more
Source§

impl Copy for fdf_token