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
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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