pub struct GpuQuery {
pub query: ElapsedQuery,
pub in_progress: bool,
pub value: u64,
pub force_resume: bool,
}
Fields§
§query: ElapsedQuery
§in_progress: bool
§value: u64
§force_resume: bool
Auto Trait Implementations§
impl Freeze for GpuQuery
impl RefUnwindSafe for GpuQuery
impl Send for GpuQuery
impl Sync for GpuQuery
impl Unpin for GpuQuery
impl UnwindSafe for GpuQuery
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