Struct cxx_qt_lib::QPoint
source · [−]#[repr(C)]pub struct QPoint { /* private fields */ }
Expand description
The QPoint struct defines a point in the plane using integer precision.
Implementations
Trait Implementations
sourceimpl ExternType for QPoint
impl ExternType for QPoint
type Id = (Q, P, o, i, n, t)
type Id = (Q, P, o, i, n, t)
A type-level representation of the type’s C++ namespace and type name. Read more
type Kind = Trivial
type Kind = Trivial
Either cxx::kind::Opaque
or cxx::kind::Trivial
. Read more
impl Copy for QPoint
Auto Trait Implementations
impl RefUnwindSafe for QPoint
impl Send for QPoint
impl Sync for QPoint
impl Unpin for QPoint
impl UnwindSafe for QPoint
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