Struct wgpu_core::device::global::DevicePoll
source · struct DevicePoll {
closures: UserClosures,
queue_empty: bool,
}
Fields§
§closures: UserClosures
§queue_empty: bool
Auto Trait Implementations§
impl Freeze for DevicePoll
impl !RefUnwindSafe for DevicePoll
impl Send for DevicePoll
impl !Sync for DevicePoll
impl Unpin for DevicePoll
impl !UnwindSafe for DevicePoll
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