pub struct CoordinateSystem(/* private fields */);Expand description
C++ enum: Qt::CoordinateSystem.
Implementations§
Source§impl CoordinateSystem
impl CoordinateSystem
Sourcepub const DeviceCoordinates: CoordinateSystem
pub const DeviceCoordinates: CoordinateSystem
C++ enum variant: DeviceCoordinates = 0
Sourcepub const LogicalCoordinates: CoordinateSystem
pub const LogicalCoordinates: CoordinateSystem
C++ enum variant: LogicalCoordinates = 1
Trait Implementations§
Source§impl Clone for CoordinateSystem
impl Clone for CoordinateSystem
Source§fn clone(&self) -> CoordinateSystem
fn clone(&self) -> CoordinateSystem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CoordinateSystem
impl Debug for CoordinateSystem
Source§impl From<CoordinateSystem> for c_int
impl From<CoordinateSystem> for c_int
Source§fn from(value: CoordinateSystem) -> Self
fn from(value: CoordinateSystem) -> Self
Converts to this type from the input type.
Source§impl From<i32> for CoordinateSystem
impl From<i32> for CoordinateSystem
Source§impl PartialEq for CoordinateSystem
impl PartialEq for CoordinateSystem
Source§fn eq(&self, other: &CoordinateSystem) -> bool
fn eq(&self, other: &CoordinateSystem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CoordinateSystem
impl Eq for CoordinateSystem
impl StructuralPartialEq for CoordinateSystem
Auto Trait Implementations§
impl Freeze for CoordinateSystem
impl RefUnwindSafe for CoordinateSystem
impl Send for CoordinateSystem
impl Sync for CoordinateSystem
impl Unpin for CoordinateSystem
impl UnsafeUnpin for CoordinateSystem
impl UnwindSafe for CoordinateSystem
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