#[repr(transparent)]pub struct QColorNameFormat {
pub repr: i32,
}Expand description
How to format the output of QColor::name.
Fields§
§repr: i32Implementations§
Trait Implementations§
Source§impl Clone for QColorNameFormat
Available on crate feature qt_gui only.
impl Clone for QColorNameFormat
Available on crate feature
qt_gui only.Source§impl ExternType for QColorNameFormat
Available on crate feature qt_gui only.
impl ExternType for QColorNameFormat
Available on crate feature
qt_gui only.Source§impl PartialEq for QColorNameFormat
Available on crate feature qt_gui only.
impl PartialEq for QColorNameFormat
Available on crate feature
qt_gui only.impl Copy for QColorNameFormat
Available on crate feature
qt_gui only.impl Eq for QColorNameFormat
Available on crate feature
qt_gui only.impl StructuralPartialEq for QColorNameFormat
Available on crate feature
qt_gui only.Auto Trait Implementations§
impl Freeze for QColorNameFormat
impl RefUnwindSafe for QColorNameFormat
impl Send for QColorNameFormat
impl Sync for QColorNameFormat
impl Unpin for QColorNameFormat
impl UnsafeUnpin for QColorNameFormat
impl UnwindSafe for QColorNameFormat
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