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