Struct freetype::ffi::FT_Parameter
[−]
[src]
pub struct FT_Parameter { pub tag: u64, pub data: *mut c_void, }
Fields
tag: u64
data: *mut c_void
Trait Implementations
impl Clone for FT_Parameter
fn clone(&self) -> FT_Parameter
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more