pub struct QModelIndex { /* private fields */ }Expand description
Wrapper around QModelIndex class.
Implementations§
Trait Implementations§
Source§impl Clone for QModelIndex
impl Clone for QModelIndex
impl Copy for QModelIndex
Source§impl Default for QModelIndex
impl Default for QModelIndex
impl Eq for QModelIndex
Source§impl PartialEq for QModelIndex
impl PartialEq for QModelIndex
Source§fn eq(&self, other: &QModelIndex) -> bool
fn eq(&self, other: &QModelIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Auto Trait Implementations§
impl Freeze for QModelIndex
impl RefUnwindSafe for QModelIndex
impl Send for QModelIndex
impl Sync for QModelIndex
impl Unpin for QModelIndex
impl UnsafeUnpin for QModelIndex
impl UnwindSafe for QModelIndex
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