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
impl Copy for FT_Matrix
impl Eq for FT_Matrix
impl StructuralEq for FT_Matrix
impl StructuralPartialEq for FT_Matrix
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more