#[repr(C)]pub struct QList {
pub base: QObject,
pub head: QList__bindgen_ty_1,
}Fields§
§base: QObject§head: QList__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for QList
impl RefUnwindSafe for QList
impl !Send for QList
impl !Sync for QList
impl Unpin for QList
impl UnwindSafe for QList
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