#[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
VkImageFormatConstraintsInfoFUCHSIA
Provided by VK_FUCHSIA_buffer_collection.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMAGE_FORMAT_CONSTRAINTS_INFO_FUCHSIA.
p_next: *const c_voidOptional, may be null.
image_create_info: ImageCreateInfo§required_format_features: FormatFeatureFlags§flags: ImageFormatConstraintsFlagsFUCHSIA§sysmem_pixel_format: u64§color_space_count: u32Length of p_color_spaces.
p_color_spaces: *const SysmemColorSpaceFUCHSIAImplementations§
Source§impl ImageFormatConstraintsInfoFUCHSIA
impl ImageFormatConstraintsInfoFUCHSIA
Sourcepub fn builder<'a>() -> ImageFormatConstraintsInfoFUCHSIABuilder<'a>
pub fn builder<'a>() -> ImageFormatConstraintsInfoFUCHSIABuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ImageFormatConstraintsInfoFUCHSIA
impl Clone for ImageFormatConstraintsInfoFUCHSIA
Source§fn clone(&self) -> ImageFormatConstraintsInfoFUCHSIA
fn clone(&self) -> ImageFormatConstraintsInfoFUCHSIA
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 moreimpl 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 UnsafeUnpin 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