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