#[repr(C)]pub struct QListEntry {
pub value: *mut QObject,
pub next: QListEntry__bindgen_ty_1,
}Fields§
§value: *mut QObject§next: QListEntry__bindgen_ty_1Trait Implementations§
Source§impl Clone for QListEntry
impl Clone for QListEntry
Source§fn clone(&self) -> QListEntry
fn clone(&self) -> QListEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QListEntry
Auto Trait Implementations§
impl !Send for QListEntry
impl !Sync for QListEntry
impl Freeze for QListEntry
impl RefUnwindSafe for QListEntry
impl Unpin for QListEntry
impl UnsafeUnpin for QListEntry
impl UnwindSafe for QListEntry
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