pub struct XTaskQueueObject { /* private fields */ }Available on Windows and crate feature
target-gdk only.Auto Trait Implementations§
impl Freeze for XTaskQueueObject
impl RefUnwindSafe for XTaskQueueObject
impl Send for XTaskQueueObject
impl Sync for XTaskQueueObject
impl Unpin for XTaskQueueObject
impl UnwindSafe for XTaskQueueObject
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