#[repr(C)]pub struct QPoint {
pub x: i32,
pub y: i32,
}
Expand description
Bindings for QPoint
class.
Fields§
§x: i32
§y: i32
Trait Implementations§
impl Copy for QPoint
impl StructuralPartialEq for QPoint
Auto Trait Implementations§
impl Freeze for QPoint
impl RefUnwindSafe for QPoint
impl Send for QPoint
impl Sync for QPoint
impl Unpin for QPoint
impl UnwindSafe for QPoint
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more