Type Alias freetype::freetype::FT_Generic

source ·
pub type FT_Generic = FT_Generic_;

Aliased Type§

struct FT_Generic {
    pub data: *mut c_void,
    pub finalizer: Option<unsafe extern "C" fn(_: *mut c_void)>,
}

Fields§

§data: *mut c_void§finalizer: Option<unsafe extern "C" fn(_: *mut c_void)>

Trait Implementations§

source§

impl Clone for FT_Generic_

source§

fn clone(&self) -> Self

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 FT_Generic_

source§

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

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

impl Copy for FT_Generic_