Struct freetype_sys::FT_Matrix
source · #[repr(C)]pub struct FT_Matrix {
pub xx: FT_Fixed,
pub xy: FT_Fixed,
pub yx: FT_Fixed,
pub yy: FT_Fixed,
}
Fields§
§xx: FT_Fixed
§xy: FT_Fixed
§yx: FT_Fixed
§yy: FT_Fixed
Trait Implementations§
source§impl PartialEq for FT_Matrix
impl PartialEq for FT_Matrix
impl Copy for FT_Matrix
impl Eq for FT_Matrix
impl StructuralPartialEq for FT_Matrix
Auto Trait Implementations§
impl Freeze for FT_Matrix
impl RefUnwindSafe for FT_Matrix
impl Send for FT_Matrix
impl Sync for FT_Matrix
impl Unpin for FT_Matrix
impl UnwindSafe for FT_Matrix
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more