Struct ash::vk::BufferCollectionPropertiesFUCHSIA
source · #[repr(C)]pub struct BufferCollectionPropertiesFUCHSIA<'a> {Show 14 fields
pub s_type: StructureType,
pub p_next: *mut c_void,
pub memory_type_bits: u32,
pub buffer_count: u32,
pub create_info_index: u32,
pub sysmem_pixel_format: u64,
pub format_features: FormatFeatureFlags,
pub sysmem_color_space_index: SysmemColorSpaceFUCHSIA<'a>,
pub sampler_ycbcr_conversion_components: ComponentMapping,
pub suggested_ycbcr_model: SamplerYcbcrModelConversion,
pub suggested_ycbcr_range: SamplerYcbcrRange,
pub suggested_x_chroma_offset: ChromaLocation,
pub suggested_y_chroma_offset: ChromaLocation,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§memory_type_bits: u32
§buffer_count: u32
§create_info_index: u32
§sysmem_pixel_format: u64
§format_features: FormatFeatureFlags
§sysmem_color_space_index: SysmemColorSpaceFUCHSIA<'a>
§sampler_ycbcr_conversion_components: ComponentMapping
§suggested_ycbcr_model: SamplerYcbcrModelConversion
§suggested_ycbcr_range: SamplerYcbcrRange
§suggested_x_chroma_offset: ChromaLocation
§suggested_y_chroma_offset: ChromaLocation
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> BufferCollectionPropertiesFUCHSIA<'a>
impl<'a> BufferCollectionPropertiesFUCHSIA<'a>
pub fn memory_type_bits(self, memory_type_bits: u32) -> Self
pub fn buffer_count(self, buffer_count: u32) -> Self
pub fn create_info_index(self, create_info_index: u32) -> Self
pub fn sysmem_pixel_format(self, sysmem_pixel_format: u64) -> Self
pub fn format_features(self, format_features: FormatFeatureFlags) -> Self
pub fn sysmem_color_space_index( self, sysmem_color_space_index: SysmemColorSpaceFUCHSIA<'a>, ) -> Self
pub fn sampler_ycbcr_conversion_components( self, sampler_ycbcr_conversion_components: ComponentMapping, ) -> Self
pub fn suggested_ycbcr_model( self, suggested_ycbcr_model: SamplerYcbcrModelConversion, ) -> Self
pub fn suggested_ycbcr_range( self, suggested_ycbcr_range: SamplerYcbcrRange, ) -> Self
pub fn suggested_x_chroma_offset( self, suggested_x_chroma_offset: ChromaLocation, ) -> Self
pub fn suggested_y_chroma_offset( self, suggested_y_chroma_offset: ChromaLocation, ) -> Self
Trait Implementations§
source§impl<'a> Clone for BufferCollectionPropertiesFUCHSIA<'a>
impl<'a> Clone for BufferCollectionPropertiesFUCHSIA<'a>
source§fn clone(&self) -> BufferCollectionPropertiesFUCHSIA<'a>
fn clone(&self) -> BufferCollectionPropertiesFUCHSIA<'a>
Returns a copy 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<'a> Debug for BufferCollectionPropertiesFUCHSIA<'a>
impl<'a> Debug for BufferCollectionPropertiesFUCHSIA<'a>
source§impl Default for BufferCollectionPropertiesFUCHSIA<'_>
impl Default for BufferCollectionPropertiesFUCHSIA<'_>
source§impl<'a> TaggedStructure for BufferCollectionPropertiesFUCHSIA<'a>
impl<'a> TaggedStructure for BufferCollectionPropertiesFUCHSIA<'a>
const STRUCTURE_TYPE: StructureType = StructureType::BUFFER_COLLECTION_PROPERTIES_FUCHSIA
impl<'a> Copy for BufferCollectionPropertiesFUCHSIA<'a>
impl Send for BufferCollectionPropertiesFUCHSIA<'_>
impl Sync for BufferCollectionPropertiesFUCHSIA<'_>
Auto Trait Implementations§
impl<'a> Freeze for BufferCollectionPropertiesFUCHSIA<'a>
impl<'a> RefUnwindSafe for BufferCollectionPropertiesFUCHSIA<'a>
impl<'a> Unpin for BufferCollectionPropertiesFUCHSIA<'a>
impl<'a> UnwindSafe for BufferCollectionPropertiesFUCHSIA<'a>
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