[−]Struct pango::Matrix
Methods
impl Matrix[src]
pub fn concat(&mut self, new_matrix: &Matrix)[src]
pub fn get_font_scale_factor(&self) -> f64[src]
pub fn get_font_scale_factors(&self) -> (f64, f64)[src]
pub fn rotate(&mut self, degrees: f64)[src]
pub fn scale(&mut self, scale_x: f64, scale_y: f64)[src]
pub fn transform_distance(&self, dx: &mut f64, dy: &mut f64)[src]
pub fn transform_point(&self, x: &mut f64, y: &mut f64)[src]
pub fn translate(&mut self, tx: f64, ty: f64)[src]
Trait Implementations
impl PartialEq<Matrix> for Matrix[src]
impl PartialOrd<Matrix> for Matrix[src]
fn partial_cmp(&self, other: &Matrix) -> Option<Ordering>[src]
fn lt(&self, other: &Matrix) -> bool[src]
fn le(&self, other: &Matrix) -> bool[src]
fn gt(&self, other: &Matrix) -> bool[src]
fn ge(&self, other: &Matrix) -> bool[src]
impl Eq for Matrix[src]
impl Ord for Matrix[src]
fn cmp(&self, other: &Matrix) -> Ordering[src]
fn max(self, other: Self) -> Self1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
Compares and returns the minimum of two values. Read more
impl Clone for Matrix
fn clone(&self) -> Matrix
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Matrix[src]
impl Hash for Matrix[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl StaticType for Matrix
fn static_type() -> Type
Auto Trait Implementations
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> From for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> ToValue for T where
T: SetValue + ?Sized, [src]
T: SetValue + ?Sized,
impl<T> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized, [src]
T: ToValue + SetValue + Send + ?Sized,