Struct freetype::ffi::FT_Matrix
[−]
[src]
pub struct FT_Matrix {
pub xx: i64,
pub xy: i64,
pub yx: i64,
pub yy: i64,
}Fields
xx | |
xy | |
yx | |
yy |
pub struct FT_Matrix {
pub xx: i64,
pub xy: i64,
pub yx: i64,
pub yy: i64,
}xx | |
xy | |
yx | |
yy |
impl Clone for FT_Matrixfn clone(&self) -> FT_Matrixfn clone_from(&mut self, source: &Self)impl Copy for FT_Matrix