[][src]Struct printpdf::scale::Pt

pub struct Pt(pub f64);

Scale in point

Trait Implementations

impl Add<Pt> for Pt[src]

type Output = Self

The resulting type after applying the + operator.

impl AddAssign<Pt> for Pt[src]

impl Clone for Pt[src]

impl Copy for Pt[src]

impl Debug for Pt[src]

impl Div<Pt> for Pt[src]

type Output = f64

The resulting type after applying the / operator.

impl Div<f64> for Pt[src]

type Output = Self

The resulting type after applying the / operator.

impl DivAssign<f64> for Pt[src]

impl From<Mm> for Pt[src]

impl From<Pt> for Mm[src]

impl From<Pt> for Object[src]

impl Mul<f64> for Pt[src]

type Output = Self

The resulting type after applying the * operator.

impl MulAssign<f64> for Pt[src]

impl PartialEq<Pt> for Pt[src]

impl PartialOrd<Pt> for Pt[src]

impl Sub<Pt> for Pt[src]

type Output = Self

The resulting type after applying the - operator.

impl SubAssign<Pt> for Pt[src]

Auto Trait Implementations

impl RefUnwindSafe for Pt[src]

impl Send for Pt[src]

impl Sync for Pt[src]

impl Unpin for Pt[src]

impl UnwindSafe for Pt[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.