#[repr(C)]pub struct QModelIndex { /* private fields */ }
Expand description
Wrapper around QModelIndex
class.
Implementations§
Trait Implementations§
Source§impl Clone for QModelIndex
impl Clone for QModelIndex
Source§impl Default for QModelIndex
impl Default for QModelIndex
Source§impl PartialEq for QModelIndex
impl PartialEq for QModelIndex
impl Copy for QModelIndex
impl Eq for QModelIndex
Auto Trait Implementations§
impl Freeze for QModelIndex
impl RefUnwindSafe for QModelIndex
impl Send for QModelIndex
impl Sync for QModelIndex
impl Unpin 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