Struct screen_13::prelude::vk::DrmFormatModifierPropertiesList2EXT
source · pub struct DrmFormatModifierPropertiesList2EXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub drm_format_modifier_count: u32,
pub p_drm_format_modifier_properties: *mut DrmFormatModifierProperties2EXT,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§drm_format_modifier_count: u32§p_drm_format_modifier_properties: *mut DrmFormatModifierProperties2EXTImplementations§
source§impl DrmFormatModifierPropertiesList2EXT
impl DrmFormatModifierPropertiesList2EXT
pub fn builder<'a>() -> DrmFormatModifierPropertiesList2EXTBuilder<'a>
Trait Implementations§
source§impl Clone for DrmFormatModifierPropertiesList2EXT
impl Clone for DrmFormatModifierPropertiesList2EXT
source§fn clone(&self) -> DrmFormatModifierPropertiesList2EXT
fn clone(&self) -> DrmFormatModifierPropertiesList2EXT
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 Default for DrmFormatModifierPropertiesList2EXT
impl Default for DrmFormatModifierPropertiesList2EXT
source§fn default() -> DrmFormatModifierPropertiesList2EXT
fn default() -> DrmFormatModifierPropertiesList2EXT
Returns the “default value” for a type. Read more