Struct freetype::ffi::FT_Parameter [−] [src]

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

Fields

tag
data

Trait Implementations

Derived Implementations

impl Clone for FT_Parameter

fn clone(&self) -> FT_Parameter

fn clone_from(&mut self, source: &Self)

impl Copy for FT_Parameter