struct Wrapped {
zero_values: FastHashSet<WrappedZeroValue>,
array_lengths: FastHashSet<WrappedArrayLength>,
image_queries: FastHashSet<WrappedImageQuery>,
constructors: FastHashSet<WrappedConstructor>,
struct_matrix_access: FastHashSet<WrappedStructMatrixAccess>,
mat_cx2s: FastHashSet<WrappedMatCx2>,
math: FastHashSet<WrappedMath>,
sampler_heaps: bool,
sampler_index_buffers: FastHashMap<SamplerIndexBufferKey, String>,
}
Fields§
§zero_values: FastHashSet<WrappedZeroValue>
§array_lengths: FastHashSet<WrappedArrayLength>
§image_queries: FastHashSet<WrappedImageQuery>
§constructors: FastHashSet<WrappedConstructor>
§struct_matrix_access: FastHashSet<WrappedStructMatrixAccess>
§mat_cx2s: FastHashSet<WrappedMatCx2>
§math: FastHashSet<WrappedMath>
§sampler_heaps: bool
If true, the sampler heaps have been written out.
sampler_index_buffers: FastHashMap<SamplerIndexBufferKey, String>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Wrapped
impl RefUnwindSafe for Wrapped
impl Send for Wrapped
impl Sync for Wrapped
impl Unpin for Wrapped
impl UnwindSafe for Wrapped
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