pub struct CoreQuerySet {
pub(crate) context: ContextWgpuCore,
id: QuerySetId,
}
Available on
wgpu_core
only.Fields§
§context: ContextWgpuCore
§id: QuerySetId
Trait Implementations§
source§impl Debug for CoreQuerySet
impl Debug for CoreQuerySet
source§impl Drop for CoreQuerySet
impl Drop for CoreQuerySet
source§impl Hash for CoreQuerySet
impl Hash for CoreQuerySet
source§impl Ord for CoreQuerySet
impl Ord for CoreQuerySet
source§impl PartialEq for CoreQuerySet
impl PartialEq for CoreQuerySet
source§impl PartialOrd for CoreQuerySet
impl PartialOrd for CoreQuerySet
impl Eq for CoreQuerySet
impl QuerySetInterface for CoreQuerySet
Auto Trait Implementations§
impl Freeze for CoreQuerySet
impl !RefUnwindSafe for CoreQuerySet
impl Send for CoreQuerySet
impl Sync for CoreQuerySet
impl Unpin for CoreQuerySet
impl !UnwindSafe for CoreQuerySet
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.