Struct qmetaobject::QPointF[][src]

#[repr(C)]
pub struct QPointF { pub x: f64, pub y: f64, }

Bindings for QPointF class.

Fields

x: f64y: f64

Trait Implementations

impl Add<QPointF> for QPointF[src]

type Output = QPointF

The resulting type after applying the + operator.

pub fn add(self, other: QPointF) -> QPointF[src]

impl AddAssign<QPointF> for QPointF[src]

pub fn add_assign(&mut self, other: QPointF)[src]

Wrapper around operator+=(const QPointF & method.

impl Clone for QPointF[src]

impl Copy for QPointF[src]

impl Debug for QPointF[src]

impl Default for QPointF[src]

impl PartialEq<QPointF> for QPointF[src]

impl QMetaType for QPointF[src]

impl StructuralPartialEq for QPointF[src]

Auto Trait Implementations

impl RefUnwindSafe for QPointF

impl Send for QPointF

impl Sync for QPointF

impl Unpin for QPointF

impl UnwindSafe for QPointF

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> PropertyType for T where
    T: QMetaType
[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.