Struct ash::vk::ImageFormatConstraintsInfoFUCHSIA
source · #[repr(C)]pub struct ImageFormatConstraintsInfoFUCHSIA {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image_create_info: ImageCreateInfo,
pub required_format_features: FormatFeatureFlags,
pub flags: ImageFormatConstraintsFlagsFUCHSIA,
pub sysmem_pixel_format: u64,
pub color_space_count: u32,
pub p_color_spaces: *const SysmemColorSpaceFUCHSIA,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§image_create_info: ImageCreateInfo
§required_format_features: FormatFeatureFlags
§flags: ImageFormatConstraintsFlagsFUCHSIA
§sysmem_pixel_format: u64
§color_space_count: u32
§p_color_spaces: *const SysmemColorSpaceFUCHSIA
Implementations§
source§impl ImageFormatConstraintsInfoFUCHSIA
impl ImageFormatConstraintsInfoFUCHSIA
pub fn builder<'a>() -> ImageFormatConstraintsInfoFUCHSIABuilder<'a>
Trait Implementations§
source§impl Clone for ImageFormatConstraintsInfoFUCHSIA
impl Clone for ImageFormatConstraintsInfoFUCHSIA
source§fn clone(&self) -> ImageFormatConstraintsInfoFUCHSIA
fn clone(&self) -> ImageFormatConstraintsInfoFUCHSIA
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 ImageFormatConstraintsInfoFUCHSIA
impl TaggedStructure for ImageFormatConstraintsInfoFUCHSIA
const STRUCTURE_TYPE: StructureType = StructureType::IMAGE_FORMAT_CONSTRAINTS_INFO_FUCHSIA
impl Copy for ImageFormatConstraintsInfoFUCHSIA
Auto Trait Implementations§
impl Freeze for ImageFormatConstraintsInfoFUCHSIA
impl RefUnwindSafe for ImageFormatConstraintsInfoFUCHSIA
impl !Send for ImageFormatConstraintsInfoFUCHSIA
impl !Sync for ImageFormatConstraintsInfoFUCHSIA
impl Unpin for ImageFormatConstraintsInfoFUCHSIA
impl UnwindSafe for ImageFormatConstraintsInfoFUCHSIA
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