Type Alias freetype::freetype::FT_Parameter

source ·
pub type FT_Parameter = FT_Parameter_;

Aliased Type§

struct FT_Parameter {
    pub tag: u64,
    pub data: *mut c_void,
}

Fields§

§tag: u64§data: *mut c_void

Trait Implementations§

source§

impl Clone for FT_Parameter_

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_Parameter_

source§

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

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

impl Copy for FT_Parameter_