Type Alias freetype::freetype::FT_StreamDesc

source ·
pub type FT_StreamDesc = FT_StreamDesc_;

Aliased Type§

struct FT_StreamDesc {
    pub value: __BindgenUnionField<i64>,
    pub pointer: __BindgenUnionField<*mut c_void>,
    pub bindgen_union_field: u64,
}

Fields§

§value: __BindgenUnionField<i64>§pointer: __BindgenUnionField<*mut c_void>§bindgen_union_field: u64

Trait Implementations§

source§

impl Clone for FT_StreamDesc_

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for FT_StreamDesc_

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for FT_StreamDesc_