#[repr(C)]pub struct anyList {
pub next: *mut anyList,
pub value: *mut QObject,
}Fields§
§next: *mut anyList§value: *mut QObjectTrait Implementations§
Auto Trait Implementations§
impl Freeze for anyList
impl RefUnwindSafe for anyList
impl !Send for anyList
impl !Sync for anyList
impl Unpin for anyList
impl UnwindSafe for anyList
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