#[repr(C)]pub struct SavedMicroTaskQueue {
pub vtable_: *const SavedMicroTaskQueue__bindgen_vtable,
}Fields§
§vtable_: *const SavedMicroTaskQueue__bindgen_vtableTrait Implementations§
Source§impl Debug for SavedMicroTaskQueue
impl Debug for SavedMicroTaskQueue
Source§impl PartialEq for SavedMicroTaskQueue
impl PartialEq for SavedMicroTaskQueue
Source§fn eq(&self, other: &SavedMicroTaskQueue) -> bool
fn eq(&self, other: &SavedMicroTaskQueue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SavedMicroTaskQueue
Auto Trait Implementations§
impl Freeze for SavedMicroTaskQueue
impl RefUnwindSafe for SavedMicroTaskQueue
impl !Send for SavedMicroTaskQueue
impl !Sync for SavedMicroTaskQueue
impl Unpin for SavedMicroTaskQueue
impl UnsafeUnpin for SavedMicroTaskQueue
impl UnwindSafe for SavedMicroTaskQueue
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