Type Alias freetype::freetype::FT_Matrix

source ·
pub type FT_Matrix = FT_Matrix_;

Aliased Type§

struct FT_Matrix {
    pub xx: i64,
    pub xy: i64,
    pub yx: i64,
    pub yy: i64,
}

Fields§

§xx: i64§xy: i64§yx: i64§yy: i64

Trait Implementations§

source§

impl Clone for FT_Matrix_

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_Matrix_

source§

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

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

impl Copy for FT_Matrix_