#[repr(C)]pub struct PhysicalDeviceYcbcrImageArraysFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub ycbcr_image_arrays: u32,
}Expand description
VkPhysicalDeviceYcbcrImageArraysFeaturesEXT
Provided by VK_EXT_ycbcr_image_arrays.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_YCBCR_IMAGE_ARRAYS_FEATURES_EXT.
p_next: *mut c_voidOptional, may be null.
ycbcr_image_arrays: u32Implementations§
Source§impl PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl PhysicalDeviceYcbcrImageArraysFeaturesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceYcbcrImageArraysFeaturesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceYcbcrImageArraysFeaturesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl Clone for PhysicalDeviceYcbcrImageArraysFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceYcbcrImageArraysFeaturesEXT
fn clone(&self) -> PhysicalDeviceYcbcrImageArraysFeaturesEXT
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 PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceYcbcrImageArraysFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl !Send for PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl !Sync for PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl Unpin for PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl UnsafeUnpin for PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl UnwindSafe for PhysicalDeviceYcbcrImageArraysFeaturesEXT
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