Struct freetype::ffi::FT_Parameter
[−]
[src]
pub struct FT_Parameter {
pub tag: u64,
pub data: *mut c_void,
}Fields
tag | |
data |
pub struct FT_Parameter {
pub tag: u64,
pub data: *mut c_void,
}tag | |
data |
impl Clone for FT_Parameterfn clone(&self) -> FT_Parameterfn clone_from(&mut self, source: &Self)impl Copy for FT_Parameter