Type Alias freetype::freetype::FT_Outline

source ·
pub type FT_Outline = FT_Outline_;

Aliased Type§

struct FT_Outline {
    pub n_contours: i16,
    pub n_points: i16,
    pub points: *mut FT_Vector_,
    pub tags: *mut i8,
    pub contours: *mut i16,
    pub flags: i32,
}

Fields§

§n_contours: i16§n_points: i16§points: *mut FT_Vector_§tags: *mut i8§contours: *mut i16§flags: i32

Trait Implementations§

source§

impl Clone for FT_Outline_

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_Outline_

source§

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

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

impl Copy for FT_Outline_