#[repr(C)]pub struct DescriptorMappingSourceConstantOffsetEXT {
pub heap_offset: u32,
pub heap_array_stride: u32,
pub embedded_sampler: *const SamplerCreateInfo,
pub sampler_heap_offset: u32,
pub sampler_heap_array_stride: u32,
}Expand description
Fields§
§heap_offset: u32§heap_array_stride: u32§embedded_sampler: *const SamplerCreateInfo§sampler_heap_offset: u32§sampler_heap_array_stride: u32Trait Implementations§
Source§impl Clone for DescriptorMappingSourceConstantOffsetEXT
impl Clone for DescriptorMappingSourceConstantOffsetEXT
Source§fn clone(&self) -> DescriptorMappingSourceConstantOffsetEXT
fn clone(&self) -> DescriptorMappingSourceConstantOffsetEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for DescriptorMappingSourceConstantOffsetEXT
impl PartialEq for DescriptorMappingSourceConstantOffsetEXT
Source§fn eq(&self, other: &DescriptorMappingSourceConstantOffsetEXT) -> bool
fn eq(&self, other: &DescriptorMappingSourceConstantOffsetEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DescriptorMappingSourceConstantOffsetEXT
impl Eq for DescriptorMappingSourceConstantOffsetEXT
impl Send for DescriptorMappingSourceConstantOffsetEXT
impl StructuralPartialEq for DescriptorMappingSourceConstantOffsetEXT
impl Sync for DescriptorMappingSourceConstantOffsetEXT
Auto Trait Implementations§
impl Freeze for DescriptorMappingSourceConstantOffsetEXT
impl RefUnwindSafe for DescriptorMappingSourceConstantOffsetEXT
impl Unpin for DescriptorMappingSourceConstantOffsetEXT
impl UnwindSafe for DescriptorMappingSourceConstantOffsetEXT
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