#[repr(transparent)]pub struct QQmlImageProviderBaseImageType {
pub repr: i32,
}Available on
cxxqt_qt_version_major=6 and crate feature qt_qml only.Fields§
§repr: i32Implementations§
Trait Implementations§
impl Copy for QQmlImageProviderBaseImageType
impl Eq for QQmlImageProviderBaseImageType
Source§impl PartialEq for QQmlImageProviderBaseImageType
impl PartialEq for QQmlImageProviderBaseImageType
Source§fn eq(&self, other: &QQmlImageProviderBaseImageType) -> bool
fn eq(&self, other: &QQmlImageProviderBaseImageType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QQmlImageProviderBaseImageType
Auto Trait Implementations§
impl Freeze for QQmlImageProviderBaseImageType
impl RefUnwindSafe for QQmlImageProviderBaseImageType
impl Send for QQmlImageProviderBaseImageType
impl Sync for QQmlImageProviderBaseImageType
impl Unpin for QQmlImageProviderBaseImageType
impl UnsafeUnpin for QQmlImageProviderBaseImageType
impl UnwindSafe for QQmlImageProviderBaseImageType
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