Struct freetype_sys::FT_Parameter
source · #[repr(C)]pub struct FT_Parameter {
pub tag: FT_ULong,
pub data: FT_Pointer,
}
Fields§
§tag: FT_ULong
§data: FT_Pointer
Trait Implementations§
source§impl Clone for FT_Parameter
impl Clone for FT_Parameter
source§fn clone(&self) -> FT_Parameter
fn clone(&self) -> FT_Parameter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FT_Parameter
impl Debug for FT_Parameter
source§impl Hash for FT_Parameter
impl Hash for FT_Parameter
source§impl PartialEq<FT_Parameter> for FT_Parameter
impl PartialEq<FT_Parameter> for FT_Parameter
source§fn eq(&self, other: &FT_Parameter) -> bool
fn eq(&self, other: &FT_Parameter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.