Struct wgpu_core::device::descriptor::DescriptorTotalCount [−]
Number of descriptors of each type.
For InlineUniformBlock this value is number of bytes instead.
Fields
sampler: u32combined_image_sampler: u32sampled_image: u32storage_image: u32uniform_texel_buffer: u32storage_texel_buffer: u32uniform_buffer: u32storage_buffer: u32uniform_buffer_dynamic: u32storage_buffer_dynamic: u32input_attachment: u32acceleration_structure: u32inline_uniform_block_bytes: u32inline_uniform_block_bindings: u32Trait Implementations
impl Clone for DescriptorTotalCount
pub fn clone(&self) -> DescriptorTotalCount
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for DescriptorTotalCount
impl Debug for DescriptorTotalCount
impl Default for DescriptorTotalCount
pub fn default() -> DescriptorTotalCount
impl Eq for DescriptorTotalCount
impl Hash for DescriptorTotalCount
pub fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
__H: Hasher,
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<DescriptorTotalCount> for DescriptorTotalCount
pub fn eq(&self, other: &DescriptorTotalCount) -> bool
pub fn ne(&self, other: &DescriptorTotalCount) -> bool
impl StructuralEq for DescriptorTotalCount
impl StructuralPartialEq for DescriptorTotalCount
Auto Trait Implementations
impl RefUnwindSafe for DescriptorTotalCount[src]
impl Send for DescriptorTotalCount[src]
impl Sync for DescriptorTotalCount[src]
impl Unpin for DescriptorTotalCount[src]
impl UnwindSafe for DescriptorTotalCount[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> CallHasher for T where
T: Hash,
T: Hash,
impl<T> Downcast<T> for T
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.