Struct freetype_sys::FT_Parameter
[−]
[src]
pub struct FT_Parameter {
pub tag: FT_ULong,
pub data: FT_Pointer,
}Fields
tag: FT_ULong
data: FT_Pointer
Trait Implementations
impl Clone for FT_Parameter[src]
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