Struct pango_sys::PangoMatrix
source · [−]#[repr(C)]pub struct PangoMatrix {
pub xx: c_double,
pub xy: c_double,
pub yx: c_double,
pub yy: c_double,
pub x0: c_double,
pub y0: c_double,
}
Fields
xx: c_double
xy: c_double
yx: c_double
yy: c_double
x0: c_double
y0: c_double
Trait Implementations
sourceimpl Clone for PangoMatrix
impl Clone for PangoMatrix
sourcefn clone(&self) -> PangoMatrix
fn clone(&self) -> PangoMatrix
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PangoMatrix
impl Debug for PangoMatrix
impl Copy for PangoMatrix
Auto Trait Implementations
impl RefUnwindSafe for PangoMatrix
impl Send for PangoMatrix
impl Sync for PangoMatrix
impl Unpin for PangoMatrix
impl UnwindSafe for PangoMatrix
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