Struct cxx_qt_lib::QPointF
source · [−]#[repr(C)]pub struct QPointF { /* private fields */ }
Expand description
The QPointF struct defines a point in the plane using floating point precision.
Implementations
Trait Implementations
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
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