Struct ash::vk::BufferCollectionPropertiesFUCHSIA
source · #[repr(C)]pub struct BufferCollectionPropertiesFUCHSIA {Show 13 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,
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,
}
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
§sampler_ycbcr_conversion_components: ComponentMapping
§suggested_ycbcr_model: SamplerYcbcrModelConversion
§suggested_ycbcr_range: SamplerYcbcrRange
§suggested_x_chroma_offset: ChromaLocation
§suggested_y_chroma_offset: ChromaLocation
Implementations§
source§impl BufferCollectionPropertiesFUCHSIA
impl BufferCollectionPropertiesFUCHSIA
pub fn builder<'a>() -> BufferCollectionPropertiesFUCHSIABuilder<'a>
Trait Implementations§
source§impl Clone for BufferCollectionPropertiesFUCHSIA
impl Clone for BufferCollectionPropertiesFUCHSIA
source§fn clone(&self) -> BufferCollectionPropertiesFUCHSIA
fn clone(&self) -> BufferCollectionPropertiesFUCHSIA
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 TaggedStructure for BufferCollectionPropertiesFUCHSIA
impl TaggedStructure for BufferCollectionPropertiesFUCHSIA
const STRUCTURE_TYPE: StructureType = StructureType::BUFFER_COLLECTION_PROPERTIES_FUCHSIA
impl Copy for BufferCollectionPropertiesFUCHSIA
Auto Trait Implementations§
impl Freeze for BufferCollectionPropertiesFUCHSIA
impl RefUnwindSafe for BufferCollectionPropertiesFUCHSIA
impl !Send for BufferCollectionPropertiesFUCHSIA
impl !Sync for BufferCollectionPropertiesFUCHSIA
impl Unpin for BufferCollectionPropertiesFUCHSIA
impl UnwindSafe for BufferCollectionPropertiesFUCHSIA
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