pub struct TransformationType(/* private fields */);
Expand description
C++ enum: QTransform::TransformationType
.
Implementations§
Source§impl TransformationType
impl TransformationType
Sourcepub const TxNone: TransformationType
pub const TxNone: TransformationType
C++ enum variant: TxNone = 0
Sourcepub const TxTranslate: TransformationType
pub const TxTranslate: TransformationType
C++ enum variant: TxTranslate = 1
Sourcepub const TxScale: TransformationType
pub const TxScale: TransformationType
C++ enum variant: TxScale = 2
Sourcepub const TxRotate: TransformationType
pub const TxRotate: TransformationType
C++ enum variant: TxRotate = 4
Sourcepub const TxShear: TransformationType
pub const TxShear: TransformationType
C++ enum variant: TxShear = 8
Sourcepub const TxProject: TransformationType
pub const TxProject: TransformationType
C++ enum variant: TxProject = 16
Trait Implementations§
Source§impl Clone for TransformationType
impl Clone for TransformationType
Source§fn clone(&self) -> TransformationType
fn clone(&self) -> TransformationType
Returns a copy of the value. Read more
1.0.0 · 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 TransformationType
impl Debug for TransformationType
Source§impl From<TransformationType> for c_int
impl From<TransformationType> for c_int
Source§fn from(value: TransformationType) -> Self
fn from(value: TransformationType) -> Self
Converts to this type from the input type.
Source§impl From<i32> for TransformationType
impl From<i32> for TransformationType
Source§impl PartialEq for TransformationType
impl PartialEq for TransformationType
impl Copy for TransformationType
impl Eq for TransformationType
impl StructuralPartialEq for TransformationType
Auto Trait Implementations§
impl Freeze for TransformationType
impl RefUnwindSafe for TransformationType
impl Send for TransformationType
impl Sync for TransformationType
impl Unpin for TransformationType
impl UnwindSafe for TransformationType
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